aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-08-12 17:49:40 -0400
committerEduardo Julian2022-08-12 17:49:40 -0400
commit29922d1411a75f9fb4259d66e427070aae72b3d3 (patch)
tree337c727b0000ff1a53e1fb31b4b337ad8c22f724 /stdlib/source/documentation/lux.lux
parente5625dd840a8b8adc76987f649da254335d3d93a (diff)
Fixed test suite.
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux32
1 files changed, 14 insertions, 18 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 1cf289c4b..c9225a539 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -27,26 +27,10 @@
["[1][0]" test]
["[1][0]" world]])
-(def sub_modules
- (List $.Documentation)
- (all list#composite
- /abstract.documentation
- /control.documentation
- /data.documentation
- /debug.documentation
- /documentation.documentation
- /ffi.documentation
- /math.documentation
- /meta.documentation
- /program.documentation
- /test.documentation
- /world.documentation
- ))
-
(def all_1/4
(List $.Documentation)
(list ($.definition /.prelude
- (format "The name of the prelude module"
+ (format "The name of the prelude module."
\n "Value: " (%.text /.prelude)))
($.definition /.Any
@@ -909,12 +893,24 @@
(def .public documentation
(List $.Documentation)
(all list#composite
+ (list ($.module /._
+ "The prelude for Lux's standard library."))
all_1/4
all_2/4
all_3/4
all_4/4
- ..sub_modules
+ /abstract.documentation
+ /control.documentation
+ /data.documentation
+ /debug.documentation
+ /documentation.documentation
+ /ffi.documentation
+ /math.documentation
+ /meta.documentation
+ /program.documentation
+ /test.documentation
+ /world.documentation
))
(def _