aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis/loop.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/synthesis/loop.lux')
-rw-r--r--new-luxc/source/luxc/lang/synthesis/loop.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/synthesis/loop.lux b/new-luxc/source/luxc/lang/synthesis/loop.lux
index 0070fcd5d..86c37a3f0 100644
--- a/new-luxc/source/luxc/lang/synthesis/loop.lux
+++ b/new-luxc/source/luxc/lang/synthesis/loop.lux
@@ -4,8 +4,8 @@
["p" parser])
(data [maybe]
(coll [list "list/" Functor<List>]))
- (meta [code]
- [syntax]))
+ (macro [code]
+ [syntax]))
(luxc (lang ["ls" synthesis]
[";L" variable #+ Variable Register])))