mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
king: address joe's comments again
This commit is contained in:
parent
2fdc5ad351
commit
1042422bbe
@ -45,15 +45,6 @@ instance Show Nock where
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
-- A Pill is a pair of [pil_p pil_q], where pil_p is cued and pil_q is an
|
||||
-- optional set of userspace ovums.
|
||||
--
|
||||
-- The cued pil_p is a trel of [mot tag dat], where mot is 0 (version number?),
|
||||
-- tag is a cord about the type of pill, and dat is the traditional trel of
|
||||
-- [pBootForumlas pKernelOvums pUserspaceOvums].
|
||||
--
|
||||
-- So what's with pil_q? It looks like it is search for the %into.
|
||||
|
||||
data Pill
|
||||
= PillIvory [Noun]
|
||||
| PillPill
|
||||
|
@ -35,4 +35,4 @@ mum syd fal key = go syd 0
|
||||
ham = shiftR haz 31 `xor` (haz .&. 0x7fff_ffff)
|
||||
in if ham /= 0
|
||||
then ham
|
||||
else go (syd + 1) (i + 1)
|
||||
else go (syd + 1) (i + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user