aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency/deployment.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/dependency/deployment.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/dependency/deployment.lux')
-rw-r--r--stdlib/source/program/aedifex/dependency/deployment.lux50
1 files changed, 25 insertions, 25 deletions
diff --git a/stdlib/source/program/aedifex/dependency/deployment.lux b/stdlib/source/program/aedifex/dependency/deployment.lux
index 5227a8b95..fa6da0bc0 100644
--- a/stdlib/source/program/aedifex/dependency/deployment.lux
+++ b/stdlib/source/program/aedifex/dependency/deployment.lux
@@ -3,42 +3,42 @@
[lux "*"
[abstract
[codec {"+" [Codec]}]
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
- ["." try {"+" [Try]}]
+ ["[0]" try {"+" [Try]}]
[concurrency
- ["." async {"+" [Async]}]]]
+ ["[0]" async {"+" [Async]}]]]
[data
[binary {"+" [Binary]}]
- ["." product]
+ ["[0]" product]
[text
["%" format {"+" [format]}]
[encoding
- ["." utf8]]]
+ ["[0]" utf8]]]
[collection
- ["." dictionary]
- ["." set {"+" [Set]}]
- ["." list ("#\." monoid)]]]
+ ["[0]" dictionary]
+ ["[0]" set {"+" [Set]}]
+ ["[0]" list ("[1]\[0]" monoid)]]]
[time
- ["." instant {"+" [Instant]}]]]]
- ["." /// "_"
+ ["[0]" instant {"+" [Instant]}]]]]
+ ["[0]" /// "_"
[repository {"+" [Repository]}]
- ["#." hash {"+" [Hash]}]
- ["#." package {"+" [Package]}]
- ["#." artifact {"+" [Artifact]}
- ["#/." time]
- ["#/." type]
- ["#/." extension {"+" [Extension]}]
- ["#/." versioning]
- ["#/." snapshot
- ["#/." version
- ["#/." value]]]]
- ["#." metadata "_"
- ["#/." artifact]
- ["#/." snapshot {"+" [Metadata]}]]
- ["#." dependency {"+" [Dependency]}
+ ["[1][0]" hash {"+" [Hash]}]
+ ["[1][0]" package {"+" [Package]}]
+ ["[1][0]" artifact {"+" [Artifact]}
+ ["[1]/[0]" time]
+ ["[1]/[0]" type]
+ ["[1]/[0]" extension {"+" [Extension]}]
+ ["[1]/[0]" versioning]
+ ["[1]/[0]" snapshot
+ ["[1]/[0]" version
+ ["[1]/[0]" value]]]]
+ ["[1][0]" metadata "_"
+ ["[1]/[0]" artifact]
+ ["[1]/[0]" snapshot {"+" [Metadata]}]]
+ ["[1][0]" dependency {"+" [Dependency]}
[resolution {"+" [Resolution]}]
- ["#/." status {"+" [Status]}]]])
+ ["[1]/[0]" status {"+" [Status]}]]])
(def: (with_status repository version_template [artifact type] [data status])
(-> (Repository Async) ///artifact.Version Dependency [Binary Status] (Async (Try Any)))