Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1181 from urbit/mas-mismatch
Browse files Browse the repository at this point in the history
fixes (trivial) jet mismatch in +mas
  • Loading branch information
jtobin authored May 30, 2019
2 parents 02b844a + fb85a94 commit 3b885df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sys/hoon.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,9 @@
|= a=@
^- @
?- a
$1 !!
$2 1
$3 1
* (add (mod a 2) (mul $(a (div a 2)) 2))
?(%2 %3) 1
?(%0 %1) !!
* (add (mod a 2) (mul $(a (div a 2)) 2))
==
::
++ peg
Expand Down

0 comments on commit 3b885df

Please sign in to comment.