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/command/auto.lux | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'stdlib/source/program/aedifex/command/auto.lux') diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux index 863251305..247160615 100644 --- a/stdlib/source/program/aedifex/command/auto.lux +++ b/stdlib/source/program/aedifex/command/auto.lux @@ -2,28 +2,28 @@ [library [lux "*" [abstract - ["[0]" monad {"+" [do]}]] + ["[0]" monad {"+" do}]] [control - ["[0]" try {"+" [Try]}] + ["[0]" try {"+" Try}] [concurrency - ["[0]" async {"+" [Async]}]]] + ["[0]" async {"+" Async}]]] [data [collection ["[0]" list] ["[0]" set]]] [world - [program {"+" [Program]}] - [shell {"+" [Exit Shell]}] - [console {"+" [Console]}] + [program {"+" Program}] + [shell {"+" Exit Shell}] + [console {"+" Console}] ["[0]" file - ["[0]" watch {"+" [Watcher]}]]]]] + ["[0]" watch {"+" Watcher}]]]]] ["[0]" // "_" ["/[1]" // "_" - [command {"+" [Command]}] + [command {"+" Command}] ["[1]" profile] ["[1][0]" action] [dependency - [resolution {"+" [Resolution]}]]]]) + [resolution {"+" Resolution}]]]]) (def: (targets fs path) (-> (file.System Async) file.Path (Async (List file.Path))) -- cgit v1.2.3