aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/syntax/definition.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/macro/syntax/definition.lux')
-rw-r--r--stdlib/source/library/lux/macro/syntax/definition.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/library/lux/macro/syntax/definition.lux b/stdlib/source/library/lux/macro/syntax/definition.lux
index 2fcef6e2b..ac65e7357 100644
--- a/stdlib/source/library/lux/macro/syntax/definition.lux
+++ b/stdlib/source/library/lux/macro/syntax/definition.lux
@@ -5,25 +5,25 @@
[equivalence {"+" [Equivalence]}]
[monad {"+" [do]}]]
[control
- ["." exception {"+" [exception:]}]
+ ["[0]" exception {"+" [exception:]}]
["<>" parser
- ["<.>" code {"+" [Parser]}]]]
+ ["<[0]>" code {"+" [Parser]}]]]
[data
- ["." sum]
- ["." product]
- ["." bit]
- ["." name]
- ["." text
+ ["[0]" sum]
+ ["[0]" product]
+ ["[0]" bit]
+ ["[0]" name]
+ ["[0]" text
["%" format]]
[collection
- ["." list]]]
- ["." macro
- ["." code]]
- ["." meta
- ["." location]]]]
- ["." //
- ["#." annotations {"+" [Annotations]}]
- ["#." check {"+" [Check]}]])
+ ["[0]" list]]]
+ ["[0]" macro
+ ["[0]" code]]
+ ["[0]" meta
+ ["[0]" location]]]]
+ ["[0]" //
+ ["[1][0]" annotations {"+" [Annotations]}]
+ ["[1][0]" check {"+" [Check]}]])
(type: .public Definition
(Record