aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/program/aedifex.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex.lux')
-rw-r--r--stdlib/source/program/aedifex.lux84
1 files changed, 42 insertions, 42 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index 93a188f95..a275eebea 100644
--- a/stdlib/source/program/aedifex.lux
+++ b/stdlib/source/program/aedifex.lux
@@ -2,67 +2,67 @@
[library
[lux {"-" [Name]}
[program {"+" [program:]}]
- ["." debug]
+ ["[0]" debug]
[abstract
[monad {"+" [do]}]]
[control
[pipe {"+" [do>]}]
- ["." io {"+" [IO]}]
- ["." try {"+" [Try]} ("#\." functor)]
- ["." exception {"+" [exception:]}]
+ ["[0]" io {"+" [IO]}]
+ ["[0]" try {"+" [Try]} ("[1]\[0]" functor)]
+ ["[0]" exception {"+" [exception:]}]
[parser
[environment {"+" [Environment]}]]
[concurrency
- ["." async {"+" [Async]} ("#\." monad)]]]
+ ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]]]
[data
[binary {"+" [Binary]}]
- ["." text
+ ["[0]" text
["%" format {"+" [format]}]
[encoding
- ["." utf8]]]
+ ["[0]" utf8]]]
[format
- ["." xml]]
+ ["[0]" xml]]
[collection
- ["." set]
- ["." dictionary {"+" [Dictionary]}]
- ["." list ("#\." functor)]]]
+ ["[0]" set]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" list ("[1]\[0]" functor)]]]
[tool
[compiler
[language
[lux
- ["." syntax]]]]]
+ ["[0]" syntax]]]]]
[world
- ["." shell {"+" [Exit Shell]}]
- ["." console {"+" [Console]}]
- ["." program {"+" [Program]}]
- ["." file {"+" [Path]}
- ["." watch]]
+ ["[0]" shell {"+" [Exit Shell]}]
+ ["[0]" console {"+" [Console]}]
+ ["[0]" program {"+" [Program]}]
+ ["[0]" file {"+" [Path]}
+ ["[0]" watch]]
[net
- ["." http "_"
- ["#" client]]]]]]
- ["." / "_"
- ["#" profile]
- ["#." action {"+" [Action]}]
- ["#." project {"+" [Project]}]
- ["#." input]
- ["#." parser]
- ["#." pom]
- ["#." cli]
- ["#." dependency "_"
- ["#" resolution {"+" [Resolution]}]]
- ["#." repository {"+" [Repository]}
- ["#/." remote {"+" [Address]}]
- ["#/." local]]
- ["#." command {"+" [Command]}
- ["#/." version]
- ["#/." clean]
- ["#/." pom]
- ["#/." install]
- ["#/." deps]
- ["#/." build]
- ["#/." test]
- ["#/." auto]
- ["#/." deploy]]])
+ ["[0]" http "_"
+ ["[1]" client]]]]]]
+ ["[0]" / "_"
+ ["[1]" profile]
+ ["[1][0]" action {"+" [Action]}]
+ ["[1][0]" project {"+" [Project]}]
+ ["[1][0]" input]
+ ["[1][0]" parser]
+ ["[1][0]" pom]
+ ["[1][0]" cli]
+ ["[1][0]" dependency "_"
+ ["[1]" resolution {"+" [Resolution]}]]
+ ["[1][0]" repository {"+" [Repository]}
+ ["[1]/[0]" remote {"+" [Address]}]
+ ["[1]/[0]" local]]
+ ["[1][0]" command {"+" [Command]}
+ ["[1]/[0]" version]
+ ["[1]/[0]" clean]
+ ["[1]/[0]" pom]
+ ["[1]/[0]" install]
+ ["[1]/[0]" deps]
+ ["[1]/[0]" build]
+ ["[1]/[0]" test]
+ ["[1]/[0]" auto]
+ ["[1]/[0]" deploy]]])
(def: repositories
(-> /.Profile (List (Repository Async)))