aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/data')
-rw-r--r--stdlib/source/documentation/lux/data/binary.lux8
-rw-r--r--stdlib/source/documentation/lux/data/bit.lux8
-rw-r--r--stdlib/source/documentation/lux/data/collection.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/array.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/bits.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/dictionary.lux12
-rw-r--r--stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/dictionary/plist.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/list.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/queue.lux12
-rw-r--r--stdlib/source/documentation/lux/data/collection/queue/priority.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/row.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/sequence.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/set.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/set/multi.lux8
-rw-r--r--stdlib/source/documentation/lux/data/collection/set/ordered.lux8
-rw-r--r--stdlib/source/documentation/lux/data/collection/stack.lux8
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree.lux10
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/finger.lux8
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/zipper.lux8
-rw-r--r--stdlib/source/documentation/lux/data/color.lux12
-rw-r--r--stdlib/source/documentation/lux/data/color/named.lux10
-rw-r--r--stdlib/source/documentation/lux/data/format.lux10
-rw-r--r--stdlib/source/documentation/lux/data/format/binary.lux8
-rw-r--r--stdlib/source/documentation/lux/data/format/json.lux8
-rw-r--r--stdlib/source/documentation/lux/data/format/tar.lux8
-rw-r--r--stdlib/source/documentation/lux/data/format/xml.lux8
-rw-r--r--stdlib/source/documentation/lux/data/identity.lux8
-rw-r--r--stdlib/source/documentation/lux/data/name.lux8
-rw-r--r--stdlib/source/documentation/lux/data/product.lux8
-rw-r--r--stdlib/source/documentation/lux/data/sum.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/buffer.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/encoding.lux10
-rw-r--r--stdlib/source/documentation/lux/data/text/encoding/utf8.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/escape.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/format.lux4
-rw-r--r--stdlib/source/documentation/lux/data/text/regex.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/unicode.lux10
-rw-r--r--stdlib/source/documentation/lux/data/text/unicode/block.lux8
-rw-r--r--stdlib/source/documentation/lux/data/text/unicode/set.lux8
41 files changed, 183 insertions, 183 deletions
diff --git a/stdlib/source/documentation/lux/data/binary.lux b/stdlib/source/documentation/lux/data/binary.lux
index c740e6660..474b99a0e 100644
--- a/stdlib/source/documentation/lux/data/binary.lux
+++ b/stdlib/source/documentation/lux/data/binary.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/bit.lux b/stdlib/source/documentation/lux/data/bit.lux
index e1379b85c..c31e06026 100644
--- a/stdlib/source/documentation/lux/data/bit.lux
+++ b/stdlib/source/documentation/lux/data/bit.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection.lux b/stdlib/source/documentation/lux/data/collection.lux
index 04470c5ca..11f8b5245 100644
--- a/stdlib/source/documentation/lux/data/collection.lux
+++ b/stdlib/source/documentation/lux/data/collection.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." array]
["#." bits]
["#." dictionary]
diff --git a/stdlib/source/documentation/lux/data/collection/array.lux b/stdlib/source/documentation/lux/data/collection/array.lux
index d9657e747..0f0c8a610 100644
--- a/stdlib/source/documentation/lux/data/collection/array.lux
+++ b/stdlib/source/documentation/lux/data/collection/array.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/bits.lux b/stdlib/source/documentation/lux/data/collection/bits.lux
index f5fe95dc3..c58e7358a 100644
--- a/stdlib/source/documentation/lux/data/collection/bits.lux
+++ b/stdlib/source/documentation/lux/data/collection/bits.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- or and not)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [or and not]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/dictionary.lux b/stdlib/source/documentation/lux/data/collection/dictionary.lux
index d1a0689ea..41f34cb6e 100644
--- a/stdlib/source/documentation/lux/data/collection/dictionary.lux
+++ b/stdlib/source/documentation/lux/data/collection/dictionary.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." ordered]
["#." plist]])
diff --git a/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux b/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux
index 755701934..072d14754 100644
--- a/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux
+++ b/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/dictionary/plist.lux b/stdlib/source/documentation/lux/data/collection/dictionary/plist.lux
index a6fd8e4e9..be5b815a4 100644
--- a/stdlib/source/documentation/lux/data/collection/dictionary/plist.lux
+++ b/stdlib/source/documentation/lux/data/collection/dictionary/plist.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/list.lux b/stdlib/source/documentation/lux/data/collection/list.lux
index d11cc2605..6f60d5085 100644
--- a/stdlib/source/documentation/lux/data/collection/list.lux
+++ b/stdlib/source/documentation/lux/data/collection/list.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/queue.lux b/stdlib/source/documentation/lux/data/collection/queue.lux
index d92371dc3..2fb60fac0 100644
--- a/stdlib/source/documentation/lux/data/collection/queue.lux
+++ b/stdlib/source/documentation/lux/data/collection/queue.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." priority]])
(documentation: (/.Queue it)
diff --git a/stdlib/source/documentation/lux/data/collection/queue/priority.lux b/stdlib/source/documentation/lux/data/collection/queue/priority.lux
index 96159b955..4569accc2 100644
--- a/stdlib/source/documentation/lux/data/collection/queue/priority.lux
+++ b/stdlib/source/documentation/lux/data/collection/queue/priority.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/row.lux b/stdlib/source/documentation/lux/data/collection/row.lux
index 25c174793..e2e4f628f 100644
--- a/stdlib/source/documentation/lux/data/collection/row.lux
+++ b/stdlib/source/documentation/lux/data/collection/row.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/sequence.lux b/stdlib/source/documentation/lux/data/collection/sequence.lux
index 6caac570d..44b589ad7 100644
--- a/stdlib/source/documentation/lux/data/collection/sequence.lux
+++ b/stdlib/source/documentation/lux/data/collection/sequence.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/set.lux b/stdlib/source/documentation/lux/data/collection/set.lux
index 7c92d4fef..63bd6ca18 100644
--- a/stdlib/source/documentation/lux/data/collection/set.lux
+++ b/stdlib/source/documentation/lux/data/collection/set.lux
@@ -1,18 +1,18 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." multi]
["#." ordered]])
diff --git a/stdlib/source/documentation/lux/data/collection/set/multi.lux b/stdlib/source/documentation/lux/data/collection/set/multi.lux
index 5ddc82939..fa1ee3d23 100644
--- a/stdlib/source/documentation/lux/data/collection/set/multi.lux
+++ b/stdlib/source/documentation/lux/data/collection/set/multi.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/set/ordered.lux b/stdlib/source/documentation/lux/data/collection/set/ordered.lux
index 8f9c90c1c..23810bfae 100644
--- a/stdlib/source/documentation/lux/data/collection/set/ordered.lux
+++ b/stdlib/source/documentation/lux/data/collection/set/ordered.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/stack.lux b/stdlib/source/documentation/lux/data/collection/stack.lux
index 557564f92..42cca84ff 100644
--- a/stdlib/source/documentation/lux/data/collection/stack.lux
+++ b/stdlib/source/documentation/lux/data/collection/stack.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/tree.lux b/stdlib/source/documentation/lux/data/collection/tree.lux
index ed6161796..1e2994c98 100644
--- a/stdlib/source/documentation/lux/data/collection/tree.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree.lux
@@ -1,18 +1,18 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." finger]
["#." zipper]])
diff --git a/stdlib/source/documentation/lux/data/collection/tree/finger.lux b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
index 0f47d78f5..7006b28d3 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
index 7f72d669e..fc2ad10b1 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [list]}
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/color.lux b/stdlib/source/documentation/lux/data/color.lux
index 2a439f7c3..7ad4ed77a 100644
--- a/stdlib/source/documentation/lux/data/color.lux
+++ b/stdlib/source/documentation/lux/data/color.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." named]])
(documentation: /.RGB
diff --git a/stdlib/source/documentation/lux/data/color/named.lux b/stdlib/source/documentation/lux/data/color/named.lux
index b0a6d88ba..c261199e3 100644
--- a/stdlib/source/documentation/lux/data/color/named.lux
+++ b/stdlib/source/documentation/lux/data/color/named.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[control
["<>" parser
["<.>" code]]]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]
[math
diff --git a/stdlib/source/documentation/lux/data/format.lux b/stdlib/source/documentation/lux/data/format.lux
index 9758699e5..0aab0b183 100644
--- a/stdlib/source/documentation/lux/data/format.lux
+++ b/stdlib/source/documentation/lux/data/format.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." binary]
["#." json]
["#." tar]
diff --git a/stdlib/source/documentation/lux/data/format/binary.lux b/stdlib/source/documentation/lux/data/format/binary.lux
index 42a6c924b..1600bac3b 100644
--- a/stdlib/source/documentation/lux/data/format/binary.lux
+++ b/stdlib/source/documentation/lux/data/format/binary.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/format/json.lux b/stdlib/source/documentation/lux/data/format/json.lux
index 5b55ad75d..ae21ac641 100644
--- a/stdlib/source/documentation/lux/data/format/json.lux
+++ b/stdlib/source/documentation/lux/data/format/json.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/format/tar.lux b/stdlib/source/documentation/lux/data/format/tar.lux
index 85b658b59..3040355cd 100644
--- a/stdlib/source/documentation/lux/data/format/tar.lux
+++ b/stdlib/source/documentation/lux/data/format/tar.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/format/xml.lux b/stdlib/source/documentation/lux/data/format/xml.lux
index d02722170..b1c21555f 100644
--- a/stdlib/source/documentation/lux/data/format/xml.lux
+++ b/stdlib/source/documentation/lux/data/format/xml.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/identity.lux b/stdlib/source/documentation/lux/data/identity.lux
index 95aef4075..e2912a73b 100644
--- a/stdlib/source/documentation/lux/data/identity.lux
+++ b/stdlib/source/documentation/lux/data/identity.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/name.lux b/stdlib/source/documentation/lux/data/name.lux
index 1cf422bcf..f2b1227ed 100644
--- a/stdlib/source/documentation/lux/data/name.lux
+++ b/stdlib/source/documentation/lux/data/name.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/product.lux b/stdlib/source/documentation/lux/data/product.lux
index f1abaffcd..d957f0820 100644
--- a/stdlib/source/documentation/lux/data/product.lux
+++ b/stdlib/source/documentation/lux/data/product.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- nat int rev list type or and)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev list type or and]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/sum.lux b/stdlib/source/documentation/lux/data/sum.lux
index 5db8a4df3..a58a0bab9 100644
--- a/stdlib/source/documentation/lux/data/sum.lux
+++ b/stdlib/source/documentation/lux/data/sum.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text.lux b/stdlib/source/documentation/lux/data/text.lux
index 690eacd4b..1014e0e46 100644
--- a/stdlib/source/documentation/lux/data/text.lux
+++ b/stdlib/source/documentation/lux/data/text.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux (#- char)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [char]}
+ ["$" documentation {"+" [documentation:]}]
[data
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." buffer]
["#." encoding]
["#." escape]
diff --git a/stdlib/source/documentation/lux/data/text/buffer.lux b/stdlib/source/documentation/lux/data/text/buffer.lux
index b392992f1..3db182b44 100644
--- a/stdlib/source/documentation/lux/data/text/buffer.lux
+++ b/stdlib/source/documentation/lux/data/text/buffer.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text/encoding.lux b/stdlib/source/documentation/lux/data/text/encoding.lux
index b0cef359b..399ae613a 100644
--- a/stdlib/source/documentation/lux/data/text/encoding.lux
+++ b/stdlib/source/documentation/lux/data/text/encoding.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." utf8]])
(documentation: /.Encoding
diff --git a/stdlib/source/documentation/lux/data/text/encoding/utf8.lux b/stdlib/source/documentation/lux/data/text/encoding/utf8.lux
index dc9a199f3..b407c4d11 100644
--- a/stdlib/source/documentation/lux/data/text/encoding/utf8.lux
+++ b/stdlib/source/documentation/lux/data/text/encoding/utf8.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text/escape.lux b/stdlib/source/documentation/lux/data/text/escape.lux
index e9c8637fb..027396003 100644
--- a/stdlib/source/documentation/lux/data/text/escape.lux
+++ b/stdlib/source/documentation/lux/data/text/escape.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text/format.lux b/stdlib/source/documentation/lux/data/text/format.lux
index 046682386..4acc2eacc 100644
--- a/stdlib/source/documentation/lux/data/text/format.lux
+++ b/stdlib/source/documentation/lux/data/text/format.lux
@@ -1,7 +1,7 @@
(.module:
[library
- [lux (#- nat int rev type list)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [nat int rev type list]}
+ ["$" documentation {"+" [documentation:]}]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text/regex.lux b/stdlib/source/documentation/lux/data/text/regex.lux
index 2538af472..9133dadef 100644
--- a/stdlib/source/documentation/lux/data/text/regex.lux
+++ b/stdlib/source/documentation/lux/data/text/regex.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
diff --git a/stdlib/source/documentation/lux/data/text/unicode.lux b/stdlib/source/documentation/lux/data/text/unicode.lux
index b170ae516..a2e6069b9 100644
--- a/stdlib/source/documentation/lux/data/text/unicode.lux
+++ b/stdlib/source/documentation/lux/data/text/unicode.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." block]
["#." set]])
diff --git a/stdlib/source/documentation/lux/data/text/unicode/block.lux b/stdlib/source/documentation/lux/data/text/unicode/block.lux
index faa9d8833..aa64257be 100644
--- a/stdlib/source/documentation/lux/data/text/unicode/block.lux
+++ b/stdlib/source/documentation/lux/data/text/unicode/block.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]
[math
diff --git a/stdlib/source/documentation/lux/data/text/unicode/set.lux b/stdlib/source/documentation/lux/data/text/unicode/set.lux
index 55a114882..22d99b138 100644
--- a/stdlib/source/documentation/lux/data/text/unicode/set.lux
+++ b/stdlib/source/documentation/lux/data/text/unicode/set.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library