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.lux11
1 files changed, 5 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/macro.lux b/stdlib/source/library/lux/macro.lux
index e14bf061b..612077261 100644
--- a/stdlib/source/library/lux/macro.lux
+++ b/stdlib/source/library/lux/macro.lux
@@ -11,12 +11,11 @@
[number
["[0]" nat]
["[0]" int]]]]]
- [/
- ["[0]" code]
- ["[0]" //
- ["[1]" meta (.only)
- ["[0]" location]
- ["[0]" symbol (.use "[1]#[0]" codec)]]]])
+ ["[0]" //
+ ["[1]" meta (.only)
+ ["[0]" code]
+ ["[0]" location]
+ ["[0]" symbol (.use "[1]#[0]" codec)]]])
(def .public (single_expansion syntax)
(-> Code (Meta (List Code)))