forked from urbit/archaeology
-
Notifications
You must be signed in to change notification settings - Fork 0
Hoon peg
Adam Bliss edited this page Oct 25, 2013
·
1 revision
++ peg :: tree connect
~/ %peg
|= [a=@ b=@]
^- @
?- b
1 a
2 (mul a 2)
3 +((mul a 2))
* (add (mod b 2) (mul $(b (div b 2)) 2))
==
Parts of this document are generated automatically. Edits within the comments section will be preserved.