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. --- lux-lua/source/program.lux | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index b5c6a3ba5..8eb51c777 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -1,30 +1,30 @@ (.module: [library [lux "*" - [program {"+" [program:]}] + [program {"+" program:}] ["[0]" ffi] [abstract - ["[0]" monad {"+" [do]}]] + ["[0]" monad {"+" do}]] [control ["[0]" maybe] - ["[0]" try {"+" [Try]}] - ["[0]" exception {"+" [exception:]}] - ["[0]" io {"+" [IO io]}] + ["[0]" try {"+" Try}] + ["[0]" exception {"+" exception:}] + ["[0]" io {"+" IO io}] ["[0]" function] [concurrency - ["[0]" async {"+" [Async]}]]] + ["[0]" async {"+" Async}]]] [data ["[0]" text ("[1]#[0]" hash) - ["%" format {"+" [format]}] + ["%" format {"+" format}] [encoding ["[0]" utf8]]] [collection - ["[0]" array {"+" [Array]}] + ["[0]" array {"+" Array}] ["[0]" list]]] [macro ["[0]" template]] [math - [number {"+" [hex]} + [number {"+" hex} ["n" nat] ["[0]" i64]]] ["[0]" world "_" @@ -34,17 +34,17 @@ ["_" lua]] [tool [compiler - ["[0]" phase {"+" [Operation Phase]}] + ["[0]" phase {"+" Operation Phase}] [reference - [variable {"+" [Register]}]] + [variable {"+" Register}]] [language [lux - [program {"+" [Program]}] - [generation {"+" [Context Host]}] + [program {"+" Program}] + [generation {"+" Context Host}] [analysis - [macro {"+" [Expander]}]] + [macro {"+" Expander}]] [phase - ["[0]" extension {"+" [Extender Handler]} + ["[0]" extension {"+" Extender Handler} ["[1]/[0]" bundle] ["[0]" analysis "_" ["[1]" lua]] @@ -55,9 +55,9 @@ ["[0]" lua ["[0]" runtime]]]]]] [default - ["[0]" platform {"+" [Platform]}]] + ["[0]" platform {"+" Platform}]] [meta - [archive {"+" [Archive]}] + [archive {"+" Archive}] ["[0]" packager "_" ["[1]" script]]]]]]] [program -- cgit v1.2.3