aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-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