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.lux | 84 +++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'stdlib/source/program/aedifex.lux') diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux index 93a188f95..a275eebea 100644 --- a/stdlib/source/program/aedifex.lux +++ b/stdlib/source/program/aedifex.lux @@ -2,67 +2,67 @@ [library [lux {"-" [Name]} [program {"+" [program:]}] - ["." debug] + ["[0]" debug] [abstract [monad {"+" [do]}]] [control [pipe {"+" [do>]}] - ["." io {"+" [IO]}] - ["." try {"+" [Try]} ("#\." functor)] - ["." exception {"+" [exception:]}] + ["[0]" io {"+" [IO]}] + ["[0]" try {"+" [Try]} ("[1]\[0]" functor)] + ["[0]" exception {"+" [exception:]}] [parser [environment {"+" [Environment]}]] [concurrency - ["." async {"+" [Async]} ("#\." monad)]]] + ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]]] [data [binary {"+" [Binary]}] - ["." text + ["[0]" text ["%" format {"+" [format]}] [encoding - ["." utf8]]] + ["[0]" utf8]]] [format - ["." xml]] + ["[0]" xml]] [collection - ["." set] - ["." dictionary {"+" [Dictionary]}] - ["." list ("#\." functor)]]] + ["[0]" set] + ["[0]" dictionary {"+" [Dictionary]}] + ["[0]" list ("[1]\[0]" functor)]]] [tool [compiler [language [lux - ["." syntax]]]]] + ["[0]" syntax]]]]] [world - ["." shell {"+" [Exit Shell]}] - ["." console {"+" [Console]}] - ["." program {"+" [Program]}] - ["." file {"+" [Path]} - ["." watch]] + ["[0]" shell {"+" [Exit Shell]}] + ["[0]" console {"+" [Console]}] + ["[0]" program {"+" [Program]}] + ["[0]" file {"+" [Path]} + ["[0]" watch]] [net - ["." http "_" - ["#" client]]]]]] - ["." / "_" - ["#" profile] - ["#." action {"+" [Action]}] - ["#." project {"+" [Project]}] - ["#." input] - ["#." parser] - ["#." pom] - ["#." cli] - ["#." dependency "_" - ["#" resolution {"+" [Resolution]}]] - ["#." repository {"+" [Repository]} - ["#/." remote {"+" [Address]}] - ["#/." local]] - ["#." command {"+" [Command]} - ["#/." version] - ["#/." clean] - ["#/." pom] - ["#/." install] - ["#/." deps] - ["#/." build] - ["#/." test] - ["#/." auto] - ["#/." deploy]]]) + ["[0]" http "_" + ["[1]" client]]]]]] + ["[0]" / "_" + ["[1]" profile] + ["[1][0]" action {"+" [Action]}] + ["[1][0]" project {"+" [Project]}] + ["[1][0]" input] + ["[1][0]" parser] + ["[1][0]" pom] + ["[1][0]" cli] + ["[1][0]" dependency "_" + ["[1]" resolution {"+" [Resolution]}]] + ["[1][0]" repository {"+" [Repository]} + ["[1]/[0]" remote {"+" [Address]}] + ["[1]/[0]" local]] + ["[1][0]" command {"+" [Command]} + ["[1]/[0]" version] + ["[1]/[0]" clean] + ["[1]/[0]" pom] + ["[1]/[0]" install] + ["[1]/[0]" deps] + ["[1]/[0]" build] + ["[1]/[0]" test] + ["[1]/[0]" auto] + ["[1]/[0]" deploy]]]) (def: repositories (-> /.Profile (List (Repository Async))) -- cgit v1.2.3