aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/sequence.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/collection/sequence.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/collection/sequence.lux b/stdlib/source/lux/data/collection/sequence.lux
index 98df00636..5755e8214 100644
--- a/stdlib/source/lux/data/collection/sequence.lux
+++ b/stdlib/source/lux/data/collection/sequence.lux
@@ -7,7 +7,8 @@
["." continuation (#+ Cont pending)]
["p" parser
["s" code (#+ Parser)]]]
- [macro (#+ with-gensyms)
+ [meta (#+ with-gensyms)]
+ [macro
["." code]
[syntax (#+ syntax:)]]
[data