diff options
author | Eduardo Julian | 2021-09-13 00:29:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-13 00:29:57 -0400 |
commit | 376c3e472fbb1e2656f8c61b26e0276570609aa1 (patch) | |
tree | bc76d7aeff4f2b889ae262a64dc8d26b0476068d /stdlib/source/documentation/lux/data | |
parent | 2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (diff) |
Updated only/except import syntax to take into account record => variant syntax change.
Diffstat (limited to 'stdlib/source/documentation/lux/data')
41 files changed, 149 insertions, 149 deletions
diff --git a/stdlib/source/documentation/lux/data/binary.lux b/stdlib/source/documentation/lux/data/binary.lux index 0e75197b2..948ac83d4 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/bit.lux b/stdlib/source/documentation/lux/data/bit.lux index ca3b87fc7..0dc164119 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection.lux b/stdlib/source/documentation/lux/data/collection.lux index 53156212e..7d4e0a6bc 100644 --- a/stdlib/source/documentation/lux/data/collection.lux +++ b/stdlib/source/documentation/lux/data/collection.lux @@ -1,10 +1,10 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]] + [text {"+" \n} + ["%" format {"+" format}]] [collection ["[0]" list]]]]] ["[0]" / "_" diff --git a/stdlib/source/documentation/lux/data/collection/array.lux b/stdlib/source/documentation/lux/data/collection/array.lux index 91f017509..6fa04fff3 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/bits.lux b/stdlib/source/documentation/lux/data/collection/bits.lux index 76c4e956d..e8758f50b 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/dictionary.lux b/stdlib/source/documentation/lux/data/collection/dictionary.lux index 54d1cee15..fdc4b74b2 100644 --- a/stdlib/source/documentation/lux/data/collection/dictionary.lux +++ b/stdlib/source/documentation/lux/data/collection/dictionary.lux @@ -1,15 +1,15 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux b/stdlib/source/documentation/lux/data/collection/dictionary/ordered.lux index aeeeff6a6..e727ad060 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:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" 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 a0a1885c0..38411f88e 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:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/list.lux b/stdlib/source/documentation/lux/data/collection/list.lux index fa3ca1a09..a05c33072 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:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/queue.lux b/stdlib/source/documentation/lux/data/collection/queue.lux index 49330da9b..9f47d0b64 100644 --- a/stdlib/source/documentation/lux/data/collection/queue.lux +++ b/stdlib/source/documentation/lux/data/collection/queue.lux @@ -1,15 +1,15 @@ (.module: [library - [lux {"-" [list]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" list} + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/queue/priority.lux b/stdlib/source/documentation/lux/data/collection/queue/priority.lux index c22f2d30c..8da01f9a3 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/row.lux b/stdlib/source/documentation/lux/data/collection/row.lux index 820b37bc9..b2f6615eb 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/sequence.lux b/stdlib/source/documentation/lux/data/collection/sequence.lux index 25acc4837..1bbf4db94 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/set.lux b/stdlib/source/documentation/lux/data/collection/set.lux index 0dad59b7d..c331ddbff 100644 --- a/stdlib/source/documentation/lux/data/collection/set.lux +++ b/stdlib/source/documentation/lux/data/collection/set.lux @@ -1,13 +1,13 @@ (.module: [library - [lux {"-" [list]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" list} + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/set/multi.lux b/stdlib/source/documentation/lux/data/collection/set/multi.lux index 97da8536d..106b3b49f 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" 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 a5a8f3d66..5d7a60568 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/stack.lux b/stdlib/source/documentation/lux/data/collection/stack.lux index 11d467bc1..93d31efae 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/tree.lux b/stdlib/source/documentation/lux/data/collection/tree.lux index 236e0533b..ccd110fb1 100644 --- a/stdlib/source/documentation/lux/data/collection/tree.lux +++ b/stdlib/source/documentation/lux/data/collection/tree.lux @@ -1,13 +1,13 @@ (.module: [library - [lux {"-" [list]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" list} + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/collection/tree/finger.lux b/stdlib/source/documentation/lux/data/collection/tree/finger.lux index ef7b38bcf..d930eb2aa 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" 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 9cf2388d8..2548fdd07 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 ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/color.lux b/stdlib/source/documentation/lux/data/color.lux index 819bc4649..d0ee1440b 100644 --- a/stdlib/source/documentation/lux/data/color.lux +++ b/stdlib/source/documentation/lux/data/color.lux @@ -1,15 +1,15 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/color/named.lux b/stdlib/source/documentation/lux/data/color/named.lux index fe66584e0..57efb0cb1 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:]}] + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data ["[0]" text - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]] [math diff --git a/stdlib/source/documentation/lux/data/format.lux b/stdlib/source/documentation/lux/data/format.lux index a7a664ea8..ae53fce02 100644 --- a/stdlib/source/documentation/lux/data/format.lux +++ b/stdlib/source/documentation/lux/data/format.lux @@ -1,10 +1,10 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]] + [text {"+" \n} + ["%" format {"+" format}]] [collection ["[0]" list]]]]] ["[0]" / "_" diff --git a/stdlib/source/documentation/lux/data/format/binary.lux b/stdlib/source/documentation/lux/data/format/binary.lux index ecce00675..bd9bc0c95 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/format/json.lux b/stdlib/source/documentation/lux/data/format/json.lux index 4f8dc494f..08a694a40 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/format/tar.lux b/stdlib/source/documentation/lux/data/format/tar.lux index 29f97d153..9cff56ea9 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/format/xml.lux b/stdlib/source/documentation/lux/data/format/xml.lux index 117a2a69e..61c4da294 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/identity.lux b/stdlib/source/documentation/lux/data/identity.lux index 9eeedaa4f..ba8fc1195 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/name.lux b/stdlib/source/documentation/lux/data/name.lux index 55d9f7786..3406e9654 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/product.lux b/stdlib/source/documentation/lux/data/product.lux index 05925ab69..88e95d5ba 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 - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/sum.lux b/stdlib/source/documentation/lux/data/sum.lux index 2ec3a8b71..f900cebce 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text.lux b/stdlib/source/documentation/lux/data/text.lux index d28ca23fd..e72231758 100644 --- a/stdlib/source/documentation/lux/data/text.lux +++ b/stdlib/source/documentation/lux/data/text.lux @@ -1,10 +1,10 @@ (.module: [library - [lux {"-" [char]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" char} + ["$" documentation {"+" documentation:}] [data [text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection ["[0]" list]]]]] ["[0]" / "_" diff --git a/stdlib/source/documentation/lux/data/text/buffer.lux b/stdlib/source/documentation/lux/data/text/buffer.lux index a6018b875..23cf36ddd 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/encoding.lux b/stdlib/source/documentation/lux/data/text/encoding.lux index 7b353857d..4d35b049c 100644 --- a/stdlib/source/documentation/lux/data/text/encoding.lux +++ b/stdlib/source/documentation/lux/data/text/encoding.lux @@ -1,10 +1,10 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/encoding/utf8.lux b/stdlib/source/documentation/lux/data/text/encoding/utf8.lux index 1c2388da1..aa859c744 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/escape.lux b/stdlib/source/documentation/lux/data/text/escape.lux index 2b7dce7a7..ffd42ef95 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/format.lux b/stdlib/source/documentation/lux/data/text/format.lux index 2a64832fc..7ccfb135e 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 ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/regex.lux b/stdlib/source/documentation/lux/data/text/regex.lux index a4f709da0..c0b0e1511 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:]}] + ["$" documentation {"+" documentation:}] [data - [text {"+" [\n]} - ["%" format {"+" [format]}]]] + [text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/data/text/unicode.lux b/stdlib/source/documentation/lux/data/text/unicode.lux index e4a5cbcff..8a13472bf 100644 --- a/stdlib/source/documentation/lux/data/text/unicode.lux +++ b/stdlib/source/documentation/lux/data/text/unicode.lux @@ -1,10 +1,10 @@ (.module: [library [lux "*" - ["$" documentation {"+" [documentation:]}] + ["$" documentation {"+" documentation:}] [data [text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection ["[0]" list]]]]] ["[0]" / "_" diff --git a/stdlib/source/documentation/lux/data/text/unicode/block.lux b/stdlib/source/documentation/lux/data/text/unicode/block.lux index 02612a399..320b2470f 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:]}] + ["$" documentation {"+" documentation:}] [data ["[0]" text - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [macro ["[0]" 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 eb3a12f1b..ed9c0f438 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:]}] + ["$" documentation {"+" documentation:}] [data [text - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library |