ares/hoon/codegen/sur/sock.hoon
2024-04-09 18:07:00 -05:00

12 lines
204 B
Plaintext

|%
:: mask
::
:: describes which axes of a noun are known
:: but does not include the noun
+$ cape $@(? [cape cape])
:: sock
::
:: describes knowledge of a noun
+$ sock [=cape data=*]
--