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.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux
index 7ae0c53d3..56cf050a6 100644
--- a/stdlib/source/program/aedifex/command/auto.lux
+++ b/stdlib/source/program/aedifex/command/auto.lux
@@ -2,28 +2,28 @@
[library
[lux "*"
[abstract
- ["[0]" monad {"+" do}]]
+ ["[0]" monad (.only do)]]
[control
- ["[0]" try {"+" Try}]
+ ["[0]" try (.only Try)]
[concurrency
- ["[0]" async {"+" Async}]]]
+ ["[0]" async (.only Async)]]]
[data
[collection
["[0]" list]
["[0]" set]]]
[world
- [program {"+" Program}]
- [shell {"+" Exit Shell}]
- [console {"+" Console}]
+ [program (.only Program)]
+ [shell (.only Exit Shell)]
+ [console (.only Console)]
["[0]" file
- ["[0]" watch {"+" Watcher}]]]]]
+ ["[0]" watch (.only Watcher)]]]]]
["[0]" // "_"
["/[1]" // "_"
- [command {"+" Command}]
+ [command (.only Command)]
["[1]" profile]
["[1][0]" action]
[dependency
- [resolution {"+" Resolution}]]]])
+ [resolution (.only Resolution)]]]])
(def: (targets fs path)
(-> (file.System Async) file.Path (Async (List file.Path)))