aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/macro.lux')
-rw-r--r--stdlib/source/library/lux/macro.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/macro.lux b/stdlib/source/library/lux/macro.lux
index a5be7a729..98f7da1a7 100644
--- a/stdlib/source/library/lux/macro.lux
+++ b/stdlib/source/library/lux/macro.lux
@@ -1,8 +1,8 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[data
["." text ("#\." monoid)]
["." name ("#\." codec)]
@@ -14,7 +14,7 @@
[number
["." nat]
["." int]]]]]
- ["." // #_
+ ["." // "_"
["#" meta
["." location]]])