aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deps.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/program/aedifex/command/deps.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/command/deps.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deps.lux32
1 files changed, 16 insertions, 16 deletions
diff --git a/stdlib/source/program/aedifex/command/deps.lux b/stdlib/source/program/aedifex/command/deps.lux
index a5c27f5ac..0cce84d7c 100644
--- a/stdlib/source/program/aedifex/command/deps.lux
+++ b/stdlib/source/program/aedifex/command/deps.lux
@@ -4,32 +4,32 @@
[abstract
[monad {"+" [do]}]]
[control
- ["." exception]
+ ["[0]" exception]
[concurrency
- ["." async {"+" [Async]}]]]
+ ["[0]" async {"+" [Async]}]]]
[data
[collection
- ["." set {"+" [Set]}]
- ["." list ("#\." mix)]
- ["." dictionary]]
+ ["[0]" set {"+" [Set]}]
+ ["[0]" list ("[1]\[0]" mix)]
+ ["[0]" dictionary]]
[text
["%" format]]]
[world
[net {"+" [URL]}]
[program {"+" [Program]}]
- ["." file]
- ["." console {"+" [Console]}]]]]
- ["." // "_"
- ["#." clean]
- ["/#" // "_"
+ ["[0]" file]
+ ["[0]" console {"+" [Console]}]]]]
+ ["[0]" // "_"
+ ["[1][0]" clean]
+ ["/[1]" // "_"
[command {"+" [Command]}]
[repository {"+" [Repository]}]
- ["#" profile]
- ["#." action {"+" [Action]}]
- ["#." artifact {"+" [Artifact]}]
- ["#." dependency {"+" [Dependency]}
- ["#/." resolution {"+" [Resolution]}]
- ["#/." deployment]]]])
+ ["[1]" profile]
+ ["[1][0]" action {"+" [Action]}]
+ ["[1][0]" artifact {"+" [Artifact]}]
+ ["[1][0]" dependency {"+" [Dependency]}
+ ["[1]/[0]" resolution {"+" [Resolution]}]
+ ["[1]/[0]" deployment]]]])
(def: format
(%.Format Dependency)