aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex.lux')
-rw-r--r--stdlib/source/program/aedifex.lux44
1 files changed, 22 insertions, 22 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index 6732e711f..172f65c94 100644
--- a/stdlib/source/program/aedifex.lux
+++ b/stdlib/source/program/aedifex.lux
@@ -1,30 +1,30 @@
(.module:
[library
- [lux {"-" [Name]}
- [program {"+" [program:]}]
+ [lux {"-" Name}
+ [program {"+" program:}]
["[0]" debug]
[abstract
- [monad {"+" [do]}]]
+ [monad {"+" do}]]
[control
- [pipe {"+" [do>]}]
- ["[0]" io {"+" [IO]}]
- ["[0]" try {"+" [Try]} ("[1]#[0]" functor)]
- ["[0]" exception {"+" [exception:]}]
+ [pipe {"+" do>}]
+ ["[0]" io {"+" IO}]
+ ["[0]" try {"+" Try} ("[1]#[0]" functor)]
+ ["[0]" exception {"+" exception:}]
[parser
- [environment {"+" [Environment]}]]
+ [environment {"+" Environment}]]
[concurrency
- ["[0]" async {"+" [Async]} ("[1]#[0]" monad)]]]
+ ["[0]" async {"+" Async} ("[1]#[0]" monad)]]]
[data
- [binary {"+" [Binary]}]
+ [binary {"+" Binary}]
["[0]" text
- ["%" format {"+" [format]}]
+ ["%" format {"+" format}]
[encoding
["[0]" utf8]]]
[format
["[0]" xml]]
[collection
["[0]" set]
- ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" dictionary {"+" Dictionary}]
["[0]" list ("[1]#[0]" functor)]]]
[tool
[compiler
@@ -32,28 +32,28 @@
[lux
["[0]" syntax]]]]]
[world
- ["[0]" shell {"+" [Exit Shell]}]
- ["[0]" console {"+" [Console]}]
- ["[0]" program {"+" [Program]}]
- ["[0]" file {"+" [Path]}
+ ["[0]" shell {"+" Exit Shell}]
+ ["[0]" console {"+" Console}]
+ ["[0]" program {"+" Program}]
+ ["[0]" file {"+" Path}
["[0]" watch]]
[net
["[0]" http "_"
["[1]" client]]]]]]
["[0]" / "_"
["[1]" profile]
- ["[1][0]" action {"+" [Action]}]
- ["[1][0]" project {"+" [Project]}]
+ ["[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]" resolution {"+" Resolution}]]
+ ["[1][0]" repository {"+" Repository}
+ ["[1]/[0]" remote {"+" Address}]
["[1]/[0]" local]]
- ["[1][0]" command {"+" [Command]}
+ ["[1][0]" command {"+" Command}
["[1]/[0]" version]
["[1]/[0]" clean]
["[1]/[0]" pom]