From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- stdlib/source/program/aedifex.lux | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stdlib/source/program/aedifex.lux') diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux index 6732e711f..172f65c94 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:}] ["[0]" debug] [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - [pipe {"+" [do>]}] - ["[0]" io {"+" [IO]}] - ["[0]" try {"+" [Try]} ("[1]#[0]" functor)] - ["[0]" exception {"+" [exception:]}] + [pipe {"+" do>}] + ["[0]" io {"+" IO}] + ["[0]" try {"+" Try} ("[1]#[0]" functor)] + ["[0]" exception {"+" exception:}] [parser - [environment {"+" [Environment]}]] + [environment {"+" Environment}]] [concurrency - ["[0]" async {"+" [Async]} ("[1]#[0]" monad)]]] + ["[0]" async {"+" Async} ("[1]#[0]" monad)]]] [data - [binary {"+" [Binary]}] + [binary {"+" Binary}] ["[0]" text - ["%" format {"+" [format]}] + ["%" format {"+" format}] [encoding ["[0]" utf8]]] [format ["[0]" xml]] [collection ["[0]" set] - ["[0]" dictionary {"+" [Dictionary]}] + ["[0]" dictionary {"+" Dictionary}] ["[0]" list ("[1]#[0]" functor)]]] [tool [compiler @@ -32,28 +32,28 @@ [lux ["[0]" syntax]]]]] [world - ["[0]" shell {"+" [Exit Shell]}] - ["[0]" console {"+" [Console]}] - ["[0]" program {"+" [Program]}] - ["[0]" file {"+" [Path]} + ["[0]" shell {"+" Exit Shell}] + ["[0]" console {"+" Console}] + ["[0]" program {"+" Program}] + ["[0]" file {"+" Path} ["[0]" watch]] [net ["[0]" http "_" ["[1]" client]]]]]] ["[0]" / "_" ["[1]" profile] - ["[1][0]" action {"+" [Action]}] - ["[1][0]" project {"+" [Project]}] + ["[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]" resolution {"+" Resolution}]] + ["[1][0]" repository {"+" Repository} + ["[1]/[0]" remote {"+" Address}] ["[1]/[0]" local]] - ["[1][0]" command {"+" [Command]} + ["[1][0]" command {"+" Command} ["[1]/[0]" version] ["[1]/[0]" clean] ["[1]/[0]" pom] -- cgit v1.2.3