aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/scriptum.lux')
-rw-r--r--stdlib/source/program/scriptum.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/program/scriptum.lux b/stdlib/source/program/scriptum.lux
index 4512ab982..d61e32ce0 100644
--- a/stdlib/source/program/scriptum.lux
+++ b/stdlib/source/program/scriptum.lux
@@ -1,29 +1,29 @@
(.module:
[library
- [lux #*
- [program (#+ program:)]
+ [lux "*"
+ [program {"+" [program:]}]
["." type ("#\." equivalence)]
["." debug]
[abstract
- ["." monad (#+ do)]
+ ["." monad {"+" [do]}]
["." enum]]
[control
- [pipe (#+ when> new>)]
+ [pipe {"+" [when> new>]}]
["." maybe]
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO io)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO io]}]
["." function]]
[data
["." product]
[format
- ["md" markdown (#+ Markdown Span Block)]]
+ ["md" markdown {"+" [Markdown Span Block]}]]
["." text ("#\." equivalence)
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[collection
- ["." sequence (#+ Sequence) ("#\." functor)]
+ ["." sequence {"+" [Sequence]} ("#\." functor)]
["." list ("#\." functor mix)]]]
[math
[number
@@ -34,7 +34,7 @@
["." file]]]]
... This was added to make sure that all tested modules are picked up
... and their documentation is generated.
- [test/lux (#+)])
+ [test/lux {"+" []}])
... (def: parameter_name_options "abcdefghijklmnopqrstuvwxyz")
... (def: parameter_name_options_count (text.size parameter_name_options))