From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- stdlib/source/program/aedifex/package.lux | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'stdlib/source/program/aedifex/package.lux') 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 -- cgit v1.2.3