aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/synthesis/loop.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test/test/luxc/lang/synthesis/loop.lux')
-rw-r--r--new-luxc/test/test/luxc/lang/synthesis/loop.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/new-luxc/test/test/luxc/lang/synthesis/loop.lux b/new-luxc/test/test/luxc/lang/synthesis/loop.lux
index af818255b..c6efa7dbf 100644
--- a/new-luxc/test/test/luxc/lang/synthesis/loop.lux
+++ b/new-luxc/test/test/luxc/lang/synthesis/loop.lux
@@ -35,7 +35,7 @@
(does-recursion? arity bodyS)
_
- false))
+ #0))
(^ [_ (#.Form (list& [_ (#.Text "lux recur")] argsS))])
(n/= arity (list.size argsS))
@@ -48,7 +48,7 @@
(recur elseS))
_
- false
+ #0
)))
(def: (gen-body arity output)
@@ -139,7 +139,7 @@
(and (n/= arity _arity)))
_
- false))))))
+ #0))))))
(context: "Loop."
(<| (times +100)
@@ -159,4 +159,4 @@
(loopS.contains-self-reference? _bodyS)
_
- false))))))
+ #0))))))