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/command/install.lux | 50 +++++++++++------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stdlib/source/program/aedifex/command/install.lux') diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux index 023b2cc84..660d82477 100644 --- a/stdlib/source/program/aedifex/command/install.lux +++ b/stdlib/source/program/aedifex/command/install.lux @@ -4,44 +4,44 @@ [abstract [monad {"+" [do]}]] [control - ["." try {"+" [Try]}] - ["." exception] + ["[0]" try {"+" [Try]}] + ["[0]" exception] [concurrency - ["." async {"+" [Async]}]]] + ["[0]" async {"+" [Async]}]]] [data [binary {"+" [Binary]}] [text [encoding - ["." utf8]]] + ["[0]" utf8]]] [collection - ["." set]] + ["[0]" set]] [format - ["." binary] - ["." tar] - ["." xml]]] + ["[0]" binary] + ["[0]" tar] + ["[0]" xml]]] [world [program {"+" [Program]}] - ["." file] - ["." console {"+" [Console]}]]]] + ["[0]" file] + ["[0]" console {"+" [Console]}]]]] [program [compositor - ["." export]]] - ["." // "_" - ["#." clean] - ["/#" // "_" + ["[0]" export]]] + ["[0]" // "_" + ["[1][0]" clean] + ["/[1]" // "_" ["/" profile {"+" [Profile]}] - ["#." action {"+" [Action]}] - ["#." command {"+" [Command]}] - ["#." local] - ["#." pom] - ["#." package] + ["[1][0]" action {"+" [Action]}] + ["[1][0]" command {"+" [Command]}] + ["[1][0]" local] + ["[1][0]" pom] + ["[1][0]" package] [repository {"+" [Repository]} - ["#." origin]] - ["#." dependency "_" - ["#/." deployment] - ["#/." status]] - ["#." artifact {"+" [Artifact]} - ["#/." type]]]]) + ["[1][0]" origin]] + ["[1][0]" dependency "_" + ["[1]/[0]" deployment] + ["[1]/[0]" status]] + ["[1][0]" artifact {"+" [Artifact]} + ["[1]/[0]" type]]]]) (def: .public success "Successfully installed the project locally.") -- cgit v1.2.3