aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/build.lux')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux38
1 files changed, 19 insertions, 19 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index bcda2401b..fea5ab74a 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -1,45 +1,45 @@
(.module:
[library
- [lux (#- Name)
- ["." ffi (#+ import:)]
+ [lux {"-" [Name]}
+ ["." ffi {"+" [import:]}]
[abstract
- [order (#+ Order)]
- [monad (#+ do)]]
+ [order {"+" [Order]}]
+ [monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO]}]
[concurrency
- ["." async (#+ Async) ("#\." monad)]]]
+ ["." async {"+" [Async]} ("#\." monad)]]]
[data
["." product]
["." text ("#\." order)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#\." functor mix)]
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." set]]]
[math
[number
["n" nat]
["i" int]]]
[world
- ["." program (#+ Program)]
- ["." file (#+ Path)]
- ["." shell (#+ Exit Process Shell)]
- ["." console (#+ Console)]
+ ["." program {"+" [Program]}]
+ ["." file {"+" [Path]}]
+ ["." shell {"+" [Exit Process Shell]}]
+ ["." console {"+" [Console]}]
[net
["." uri]]]]]
- ["." /// #_
+ ["." /// "_"
["#" profile]
["#." action]
- ["#." command (#+ Command)]
+ ["#." command {"+" [Command]}]
["#." local]
["#." repository]
["#." runtime]
- ["#." dependency (#+ Dependency)
- ["#/." resolution (#+ Resolution)]]
- ["#." artifact (#+ Group Name Version Artifact)
+ ["#." dependency {"+" [Dependency]}
+ ["#/." resolution {"+" [Resolution]}]]
+ ["#." artifact {"+" [Group Name Version Artifact]}
["#/." type]]])
(type: Finder