aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/extension.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/extension.lux')
-rw-r--r--stdlib/source/library/lux/extension.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/extension.lux b/stdlib/source/library/lux/extension.lux
index de3c150af..8fcfd5a96 100644
--- a/stdlib/source/library/lux/extension.lux
+++ b/stdlib/source/library/lux/extension.lux
@@ -9,11 +9,11 @@
["[0]" product]
[collection
["[0]" list (.use "[1]#[0]" functor)]]]
- [macro (.only with_symbols)
- [syntax (.only syntax)]]
[meta
["[0]" code (.only)
- ["<c>" \\parser (.only Parser)]]]
+ ["<c>" \\parser (.only Parser)]]
+ [macro (.only with_symbols)
+ [syntax (.only syntax)]]]
[tool
[compiler
["[0]" phase]