aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 85b93f5f7..184049d89 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -1,16 +1,16 @@
(.module:
[library
[lux
- [program (#+ program:)]
- ["$" documentation (#+ documentation:)]
+ [program {"+" [program:]}]
+ ["$" documentation {"+" [documentation:]}]
["." debug]
[control
["." io]
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]
["." set]]]
@@ -18,7 +18,7 @@
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." abstract]
["#." control]
["#." data]
@@ -38,7 +38,7 @@
... ["#." tool] ... TODO: Documentation for this
["#." type]
["#." world]
- ... ["#." target #_
+ ... ["#." target "_"
... <target>]
])
@@ -594,9 +594,9 @@
(documentation: /.module:
"Module-definition macro."
[(.module:
- [lux #*
+ [lux "*"
[control
- ["M" monad #*]]
+ ["M" monad "*"]]
[data
maybe
["." name ("#/." codec)]]