aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/syntax.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/macro/syntax.lux')
-rw-r--r--stdlib/source/library/lux/macro/syntax.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/macro/syntax.lux b/stdlib/source/library/lux/macro/syntax.lux
index 2d092eaa6..50fa88376 100644
--- a/stdlib/source/library/lux/macro/syntax.lux
+++ b/stdlib/source/library/lux/macro/syntax.lux
@@ -3,12 +3,12 @@
[lux "*"
["[0]" meta]
[abstract
- ["[0]" monad {"+" do}]]
+ ["[0]" monad (.only do)]]
[control
["[0]" maybe]
["[0]" try]
["<>" parser
- ["</>" code {"+" Parser}]]]
+ ["</>" code (.only Parser)]]]
[data
["[0]" text ("[1]#[0]" monoid)]
[collection
@@ -19,7 +19,7 @@
["[0]" int]
["[0]" rev]
["[0]" frac]]]]]
- ["[0]" // {"+" with_symbols}
+ ["[0]" // (.only with_symbols)
["[0]" code]]
["[0]" / "_"
["[1][0]" export]])