about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-07-26 12:26:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-26 12:26:43 -0700
commit1b9ca7b4d7a2a99c0bbf9383094020ded65c2cfe (patch)
tree2ff1e85ee352122b6319130a46612b4e9f7c92c2
parentb16376494824e30cf9149a6b161f2e44204a5bda (diff)
downloadmu-1b9ca7b4d7a2a99c0bbf9383094020ded65c2cfe.tar.gz
3 - don't rely too much on arc
I'm dismissing symbols as 'a simple matter of assembling'.
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 2ade5175..a93e2bc7 100644
--- a/mu.arc
+++ b/mu.arc
@@ -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)))