aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/stream.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/coll/stream.lux')
-rw-r--r--stdlib/source/lux/data/coll/stream.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/coll/stream.lux b/stdlib/source/lux/data/coll/stream.lux
index 43ed0087c..61e3b3e6c 100644
--- a/stdlib/source/lux/data/coll/stream.lux
+++ b/stdlib/source/lux/data/coll/stream.lux
@@ -5,8 +5,8 @@
comonad
[cont #+ pending Cont]
["p" parser])
- [macro #+ with-gensyms]
- (macro ["s" syntax #+ syntax: Syntax])
+ [meta #+ with-gensyms]
+ (meta ["s" syntax #+ syntax: Syntax])
(data (coll [list "List/" Monad<List>])
bool)))