From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- stdlib/source/program/aedifex.lux | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stdlib/source/program/aedifex.lux') diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux index 123433b8c..b89317b0d 100644 --- a/stdlib/source/program/aedifex.lux +++ b/stdlib/source/program/aedifex.lux @@ -1,30 +1,30 @@ (.module: [library - [lux (#- Name) - [program (#+ program:)] + [lux {"-" [Name]} + [program {"+" [program:]}] ["." debug] [abstract - [monad (#+ do)]] + [monad {"+" [do]}]] [control - [pipe (#+ do>)] - ["." io (#+ IO)] - ["." try (#+ Try) ("#\." functor)] - ["." exception (#+ exception:)] + [pipe {"+" [do>]}] + ["." io {"+" [IO]}] + ["." try {"+" [Try]} ("#\." functor)] + ["." exception {"+" [exception:]}] [parser - [environment (#+ Environment)]] + [environment {"+" [Environment]}]] [concurrency - ["." async (#+ Async) ("#\." monad)]]] + ["." async {"+" [Async]} ("#\." monad)]]] [data - [binary (#+ Binary)] + [binary {"+" [Binary]}] ["." text - ["%" format (#+ format)] + ["%" format {"+" [format]}] [encoding ["." utf8]]] [format ["." xml]] [collection ["." set] - ["." dictionary (#+ Dictionary)] + ["." dictionary {"+" [Dictionary]}] ["." list ("#\." functor)]]] [tool [compiler @@ -32,28 +32,28 @@ [lux ["." syntax]]]]] [world - ["." shell (#+ Exit Shell)] - ["." console (#+ Console)] - ["." program (#+ Program)] - ["." file (#+ Path) + ["." shell {"+" [Exit Shell]}] + ["." console {"+" [Console]}] + ["." program {"+" [Program]}] + ["." file {"+" [Path]} ["." watch]] [net - ["." http #_ + ["." http "_" ["#" client]]]]]] - ["." / #_ + ["." / "_" ["#" profile] - ["#." action (#+ Action)] - ["#." project (#+ Project)] + ["#." action {"+" [Action]}] + ["#." project {"+" [Project]}] ["#." input] ["#." parser] ["#." pom] ["#." cli] - ["#." dependency #_ - ["#" resolution (#+ Resolution)]] - ["#." repository (#+ Repository) - ["#/." remote (#+ Address)] + ["#." dependency "_" + ["#" resolution {"+" [Resolution]}]] + ["#." repository {"+" [Repository]} + ["#/." remote {"+" [Address]}] ["#/." local]] - ["#." command (#+ Command) + ["#." command {"+" [Command]} ["#/." version] ["#/." clean] ["#/." pom] -- cgit v1.2.3