3 - don't rely too much on arc

I'm dismissing symbols as 'a simple matter of assembling'.
This commit is contained in:
Kartik K. Agaram 2014-07-26 12:26:43 -07:00
parent b163764948
commit 1b9ca7b4d7
1 changed files with 2 additions and 2 deletions

4
mu.arc
View File

@ -64,10 +64,10 @@
(not (memory* arg.0.1)))
eq
(= (memory* oarg.0.1)
(iso (memory* arg.0.1) (memory* arg.1.1)))
(is (memory* arg.0.1) (memory* arg.1.1)))
neq
(= (memory* oarg.0.1)
(~iso (memory* arg.0.1) (memory* arg.1.1)))
(~is (memory* arg.0.1) (memory* arg.1.1)))
lt
(= (memory* oarg.0.1)
(< (memory* arg.0.1) (memory* arg.1.1)))