aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/auto.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/auto.lux')
-rw-r--r--stdlib/source/program/aedifex/command/auto.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux
index a4f6e0fca..4e2fd064c 100644
--- a/stdlib/source/program/aedifex/command/auto.lux
+++ b/stdlib/source/program/aedifex/command/auto.lux
@@ -1,29 +1,29 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
[collection
["." list]
["." set]]]
[world
- [program (#+ Program)]
- [shell (#+ Exit Shell)]
- [console (#+ Console)]
+ [program {"+" [Program]}]
+ [shell {"+" [Exit Shell]}]
+ [console {"+" [Console]}]
["." file
- ["." watch (#+ Watcher)]]]]]
- ["." // #_
- ["/#" // #_
- [command (#+ Command)]
+ ["." watch {"+" [Watcher]}]]]]]
+ ["." // "_"
+ ["/#" // "_"
+ [command {"+" [Command]}]
["#" profile]
["#." action]
[dependency
- [resolution (#+ Resolution)]]]])
+ [resolution {"+" [Resolution]}]]]])
(def: (targets fs path)
(-> (file.System Async) file.Path (Async (List file.Path)))