aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/auto.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/command/auto.lux')
-rw-r--r--stdlib/source/test/aedifex/command/auto.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/test/aedifex/command/auto.lux b/stdlib/source/test/aedifex/command/auto.lux
index 91506ca06..894e647be 100644
--- a/stdlib/source/test/aedifex/command/auto.lux
+++ b/stdlib/source/test/aedifex/command/auto.lux
@@ -1,21 +1,21 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- [pipe (#+ case>)]
+ [pipe {"+" [case>]}]
["." try]
[parser
["." environment]]
[concurrency
- ["." atom (#+ Atom)]
- ["." async (#+ Async)]]]
+ ["." atom {"+" [Atom]}]
+ ["." async {"+" [Async]}]]]
[data
["." binary]
["." text
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[collection
@@ -27,22 +27,22 @@
[time
["." instant]]
[world
- [console (#+ Console)]
- ["." shell (#+ Exit Shell)]
- ["." program (#+ Program)]
+ [console {"+" [Console]}]
+ ["." shell {"+" [Exit Shell]}]
+ ["." program {"+" [Program]}]
["." file
["." watch]]]]]
- ["." // #_
+ ["." // "_"
["$." version]
["$." build]]
[\\program
["." /
- ["//#" /// #_
- [command (#+ Command)]
- ["#" profile (#+ Profile)]
+ ["//#" /// "_"
+ [command {"+" [Command]}]
+ ["#" profile {"+" [Profile]}]
["#." action]
[dependency
- [resolution (#+ Resolution)]]]]])
+ [resolution {"+" [Resolution]}]]]]])
(def: (command expected_runs end_signal fs dummy_file)
(-> Nat Text (file.System Async) file.Path