aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/abstract/monad/indexed.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/abstract/monad/indexed.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/lux/abstract/monad/indexed.lux b/stdlib/source/lux/abstract/monad/indexed.lux
index 0b79a230e..b6c603d0c 100644
--- a/stdlib/source/lux/abstract/monad/indexed.lux
+++ b/stdlib/source/lux/abstract/monad/indexed.lux
@@ -7,8 +7,7 @@
[data
[collection
["." list ("#\." functor fold)]]]
- ["." meta]
- [macro
+ ["." macro
[syntax (#+ syntax:)]
["." code]]])
@@ -54,7 +53,7 @@
(syntax: #export (do {[?name monad] ..named_monad}
{context (s.tuple (p.some context))}
expression)
- (meta.with_gensyms [g!_ g!bind]
+ (macro.with_gensyms [g!_ g!bind]
(let [body (list\fold (function (_ context next)
(case context
(#Let bindings)