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.lux50
1 files changed, 25 insertions, 25 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index 123433b8c..b89317b0d 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:]}]
["." debug]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- [pipe (#+ do>)]
- ["." io (#+ IO)]
- ["." try (#+ Try) ("#\." functor)]
- ["." exception (#+ exception:)]
+ [pipe {"+" [do>]}]
+ ["." io {"+" [IO]}]
+ ["." try {"+" [Try]} ("#\." functor)]
+ ["." exception {"+" [exception:]}]
[parser
- [environment (#+ Environment)]]
+ [environment {"+" [Environment]}]]
[concurrency
- ["." async (#+ Async) ("#\." monad)]]]
+ ["." async {"+" [Async]} ("#\." monad)]]]
[data
- [binary (#+ Binary)]
+ [binary {"+" [Binary]}]
["." text
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[format
["." xml]]
[collection
["." set]
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." list ("#\." functor)]]]
[tool
[compiler
@@ -32,28 +32,28 @@
[lux
["." syntax]]]]]
[world
- ["." shell (#+ Exit Shell)]
- ["." console (#+ Console)]
- ["." program (#+ Program)]
- ["." file (#+ Path)
+ ["." shell {"+" [Exit Shell]}]
+ ["." console {"+" [Console]}]
+ ["." program {"+" [Program]}]
+ ["." file {"+" [Path]}
["." watch]]
[net
- ["." http #_
+ ["." http "_"
["#" client]]]]]]
- ["." / #_
+ ["." / "_"
["#" profile]
- ["#." action (#+ Action)]
- ["#." project (#+ Project)]
+ ["#." action {"+" [Action]}]
+ ["#." project {"+" [Project]}]
["#." input]
["#." parser]
["#." pom]
["#." cli]
- ["#." dependency #_
- ["#" resolution (#+ Resolution)]]
- ["#." repository (#+ Repository)
- ["#/." remote (#+ Address)]
+ ["#." dependency "_"
+ ["#" resolution {"+" [Resolution]}]]
+ ["#." repository {"+" [Repository]}
+ ["#/." remote {"+" [Address]}]
["#/." local]]
- ["#." command (#+ Command)
+ ["#." command {"+" [Command]}
["#/." version]
["#/." clean]
["#/." pom]