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.lux35
1 files changed, 18 insertions, 17 deletions
diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux
index ee2ab4bbd..2460215b4 100644
--- a/stdlib/source/program/aedifex/command/auto.lux
+++ b/stdlib/source/program/aedifex/command/auto.lux
@@ -1,21 +1,22 @@
(.module:
- [lux #*
- [abstract
- ["." monad (#+ do)]]
- [control
- ["." try (#+ Try)]
- [concurrency
- ["." promise (#+ Promise)]]]
- [data
- [collection
- ["." list]
- ["." set]]]
- [world
- [program (#+ Program)]
- [shell (#+ Exit Shell)]
- [console (#+ Console)]
- ["." file
- ["." watch (#+ Watcher)]]]]
+ [library
+ [lux #*
+ [abstract
+ ["." monad (#+ do)]]
+ [control
+ ["." try (#+ Try)]
+ [concurrency
+ ["." promise (#+ Promise)]]]
+ [data
+ [collection
+ ["." list]
+ ["." set]]]
+ [world
+ [program (#+ Program)]
+ [shell (#+ Exit Shell)]
+ [console (#+ Console)]
+ ["." file
+ ["." watch (#+ Watcher)]]]]]
["." // #_
["/#" // #_
[command (#+ Command)]