diff options
author | Eduardo Julian | 2021-09-04 12:49:52 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-04 12:49:52 -0400 |
commit | fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db (patch) | |
tree | 24858adac0e67228620b7e9166e3b7335be9fd5a /stdlib/source/documentation/lux/world | |
parent | 891b1cfc82322f8017f0a4f6b707d6fe52024545 (diff) |
De-taggification | part 2
Diffstat (limited to '')
12 files changed, 52 insertions, 52 deletions
diff --git a/stdlib/source/documentation/lux/world.lux b/stdlib/source/documentation/lux/world.lux index 834c8cdd5..b27ed0fcd 100644 --- a/stdlib/source/documentation/lux/world.lux +++ b/stdlib/source/documentation/lux/world.lux @@ -1,22 +1,22 @@ (.module: [library - [lux #* - [program (#+ program:)] - ["$" documentation (#+ documentation:)] + [lux "*" + [program {"+" [program:]}] + ["$" documentation {"+" [documentation:]}] ["." debug] [control ["." io]] [data [collection ["." list ("#\." monoid)]]]]] - ["." / #_ + ["." / "_" ["#." console] ["#." file] - ["#." input #_ + ["#." input "_" ["#/." keyboard]] ["#." net] - ["#." output #_ - ["#/." video #_ + ["#." output "_" + ["#/." video "_" ["#/." resolution]]] ["#." program] ["#." shell]]) diff --git a/stdlib/source/documentation/lux/world/console.lux b/stdlib/source/documentation/lux/world/console.lux index 277bdaa12..11fe9be8c 100644 --- a/stdlib/source/documentation/lux/world/console.lux +++ b/stdlib/source/documentation/lux/world/console.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/file.lux b/stdlib/source/documentation/lux/world/file.lux index 60f0f3633..fd62de80f 100644 --- a/stdlib/source/documentation/lux/world/file.lux +++ b/stdlib/source/documentation/lux/world/file.lux @@ -1,18 +1,18 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library ["." /]] - ["." / #_ + ["." / "_" ["#." watch]]) (documentation: /.Path diff --git a/stdlib/source/documentation/lux/world/file/watch.lux b/stdlib/source/documentation/lux/world/file/watch.lux index d381aeb4d..8c6c6f89d 100644 --- a/stdlib/source/documentation/lux/world/file/watch.lux +++ b/stdlib/source/documentation/lux/world/file/watch.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/input/keyboard.lux b/stdlib/source/documentation/lux/world/input/keyboard.lux index 8c63ade98..4ed1a9221 100644 --- a/stdlib/source/documentation/lux/world/input/keyboard.lux +++ b/stdlib/source/documentation/lux/world/input/keyboard.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/net.lux b/stdlib/source/documentation/lux/world/net.lux index f6247b2e2..6612d7d84 100644 --- a/stdlib/source/documentation/lux/world/net.lux +++ b/stdlib/source/documentation/lux/world/net.lux @@ -1,16 +1,16 @@ (.module: [library - [lux #* - [program (#+ program:)] - ["$" documentation (#+ documentation:)] + [lux "*" + [program {"+" [program:]}] + ["$" documentation {"+" [documentation:]}] ["." debug] [control ["." io]]]] [\\library ["." /]] - ["." / #_ + ["." / "_" ["#." uri] - ["#." http #_ + ["#." http "_" ["#/." client] ["#/." status]]]) diff --git a/stdlib/source/documentation/lux/world/net/http/client.lux b/stdlib/source/documentation/lux/world/net/http/client.lux index 3a99183f2..8a95cf0d4 100644 --- a/stdlib/source/documentation/lux/world/net/http/client.lux +++ b/stdlib/source/documentation/lux/world/net/http/client.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/net/http/status.lux b/stdlib/source/documentation/lux/world/net/http/status.lux index f0623b88d..2aa0ddf5a 100644 --- a/stdlib/source/documentation/lux/world/net/http/status.lux +++ b/stdlib/source/documentation/lux/world/net/http/status.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/net/uri.lux b/stdlib/source/documentation/lux/world/net/uri.lux index 710bf4b7c..4c9c10e5b 100644 --- a/stdlib/source/documentation/lux/world/net/uri.lux +++ b/stdlib/source/documentation/lux/world/net/uri.lux @@ -1,8 +1,8 @@ (.module: [library - [lux #* - [program (#+ program:)] - ["$" documentation (#+ documentation:)] + [lux "*" + [program {"+" [program:]}] + ["$" documentation {"+" [documentation:]}] ["." debug] [control ["." io]]]] diff --git a/stdlib/source/documentation/lux/world/output/video/resolution.lux b/stdlib/source/documentation/lux/world/output/video/resolution.lux index 6425902c8..e59bdae6c 100644 --- a/stdlib/source/documentation/lux/world/output/video/resolution.lux +++ b/stdlib/source/documentation/lux/world/output/video/resolution.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/program.lux b/stdlib/source/documentation/lux/world/program.lux index 43b1a89e7..4a6cc9b8d 100644 --- a/stdlib/source/documentation/lux/world/program.lux +++ b/stdlib/source/documentation/lux/world/program.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux index cd69d9b12..559070b3d 100644 --- a/stdlib/source/documentation/lux/world/shell.lux +++ b/stdlib/source/documentation/lux/world/shell.lux @@ -1,13 +1,13 @@ (.module: [library - [lux #* - ["$" documentation (#+ documentation:)] + [lux "*" + ["$" documentation {"+" [documentation:]}] [control ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library |