aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.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/package.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/package.lux')
-rw-r--r--stdlib/source/program/aedifex/package.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/program/aedifex/package.lux b/stdlib/source/program/aedifex/package.lux
index 069bdb83c..bd149b0d9 100644
--- a/stdlib/source/program/aedifex/package.lux
+++ b/stdlib/source/program/aedifex/package.lux
@@ -4,29 +4,29 @@
[abstract
[equivalence {"+" [Equivalence]}]]
[control
- ["." try {"+" [Try]} ("#\." functor)]
+ ["[0]" try {"+" [Try]} ("[1]\[0]" functor)]
[parser
- ["<.>" xml]]]
+ ["<[0]>" xml]]]
[data
- ["." sum]
- ["." product]
- ["." binary {"+" [Binary]}]
+ ["[0]" sum]
+ ["[0]" product]
+ ["[0]" binary {"+" [Binary]}]
[text
[encoding
- ["." utf8]]]
+ ["[0]" utf8]]]
[format
- ["." xml {"+" [XML]}]]
+ ["[0]" xml {"+" [XML]}]]
[collection
[set {"+" [Set]}]]]]]
- ["." // "_"
+ ["[0]" // "_"
["/" profile]
- ["#." hash]
- ["#." pom]
+ ["[1][0]" hash]
+ ["[1][0]" pom]
[dependency {"+" [Dependency]}
- ["#." status {"+" [Status]}]]
+ ["[1][0]" status {"+" [Status]}]]
[repository
[remote {"+" [Address]}]
- ["#." origin {"+" [Origin]}]]])
+ ["[1][0]" origin {"+" [Origin]}]]])
(type: .public Package
(Record