forked from urbit/archaeology
-
Notifications
You must be signed in to change notification settings - Fork 0
Hoon aor
Adam Bliss edited this page Oct 25, 2013
·
1 revision
++ aor :: a-order
~/ %aor
|= [a=* b=*]
^- ?
?: =(a b)
&
?. ?=(@ a)
?. ?=(@ b)
?: =(-.a -.b)
$(a +.a, b +.b)
$(a -.a, b -.b)
|
?. ?=(@ b)
&
|-
=+ [c=(end 3 1 a) d=(end 3 1 b)]
?: =(c d)
$(a (rsh 3 1 a), b (rsh 3 1 b))
(lth c d)
Parts of this document are generated automatically. Edits within the comments section will be preserved.