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/pom.lux | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'stdlib/source/program/aedifex/pom.lux') diff --git a/stdlib/source/program/aedifex/pom.lux b/stdlib/source/program/aedifex/pom.lux index 87a070f08..7cf6f961e 100644 --- a/stdlib/source/program/aedifex/pom.lux +++ b/stdlib/source/program/aedifex/pom.lux @@ -5,29 +5,29 @@ [monad {"+" [do]}]] [control [pipe {"+" [case>]}] - ["." maybe ("#\." functor)] - ["." try {"+" [Try]}] - ["." exception] + ["[0]" maybe ("[1]\[0]" functor)] + ["[0]" try {"+" [Try]}] + ["[0]" exception] ["<>" parser - ["<.>" xml {"+" [Parser]}]]] + ["<[0]>" xml {"+" [Parser]}]]] [data - ["." name] - ["." text] + ["[0]" name] + ["[0]" text] [format ["_" xml {"+" [Tag XML]}]] [collection - ["." list ("#\." monoid functor mix)] - ["." set] - ["." dictionary]]] + ["[0]" list ("[1]\[0]" monoid functor mix)] + ["[0]" set] + ["[0]" dictionary]]] [world - ["." file]]]] - ["." // "_" + ["[0]" file]]]] + ["[0]" // "_" ["/" profile] - ["#." dependency {"+" [Dependency]}] + ["[1][0]" dependency {"+" [Dependency]}] [repository [remote {"+" [Address]}]] - ["#." artifact {"+" [Artifact]} - ["#/." type]]]) + ["[1][0]" artifact {"+" [Artifact]} + ["[1]/[0]" type]]]) ... https://maven.apache.org/pom.html -- cgit v1.2.3