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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/extension.lux b/stdlib/source/library/lux/extension.lux
index a2334c5f7..e72731be4 100644
--- a/stdlib/source/library/lux/extension.lux
+++ b/stdlib/source/library/lux/extension.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
["." monad]]
[control
["<>" parser ("#\." monad)
- ["<c>" code (#+ Parser)]
+ ["<c>" code {"+" [Parser]}]
["<a>" analysis]
["<s>" synthesis]]]
[data
["." product]
[collection
["." list ("#\." functor)]]]
- [macro (#+ with_identifiers)
+ [macro {"+" [with_identifiers]}
["." code]
- [syntax (#+ syntax:)]]
+ [syntax {"+" [syntax:]}]]
[tool
[compiler
["." phase]]]]])