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.lux19
1 files changed, 5 insertions, 14 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 2376510b5..4a964e552 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -15,9 +15,8 @@
["#." debug]
["#." documentation]
["#." ffi]
- ... ["#." locale]
- ... ["#." macro
- ... ["#/." code]]
+ ["#." locale]
+ ["#." macro]
... ["#." math]
... ["#." meta]
["#." program]
@@ -32,27 +31,19 @@
... <target>]
])
-(documentation: /.:of
- "Generates the type corresponding to a given expression."
- [(let [my_num +123]
- (:of my_num))
- "=>"
- .Int]
- [(:of +123)
- "=>"
- .Int])
-
(.def: .public documentation
(.List $.Module)
($.module /._
""
- [..:of]
+ []
[/abstract.documentation
/control.documentation
/data.documentation
/debug.documentation
/documentation.documentation
/ffi.documentation
+ /locale.documentation
+ /macro.documentation
/program.documentation]))