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-jvm/source/program.lux | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'lux-jvm/source/program.lux') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 254f99e8b..4484db653 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,49 +1,49 @@ (.module: [library - [lux {"-" [Definition]} - [program {"+" [program:]}] + [lux {"-" Definition} + [program {"+" program:}] ["@" target] - ["[0]" ffi {"+" [import:]}] + ["[0]" ffi {"+" import:}] [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - ["[0]" io {"+" [IO]}] - ["[0]" try {"+" [Try]}] + ["[0]" io {"+" IO}] + ["[0]" try {"+" Try}] [concurrency - ["[0]" async {"+" [Async]}]]] + ["[0]" async {"+" Async}]]] [data ["[0]" product] [text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection - [array {"+" [Array]}] + [array {"+" Array}] ["[0]" dictionary]]] ["[0]" world "_" ["[0]" file] ["[1]/[0]" program]] [target ["[0]" jvm "_" - [bytecode {"+" [Bytecode]}] + [bytecode {"+" Bytecode}] ["[1]/[0]" type ["[1]/[0]" box]]]] [tool [compiler - [reference {"+" []}] + [reference {"+" }] ["[0]" phase] [default - ["[0]" platform {"+" [Platform]}]] + ["[0]" platform {"+" Platform}]] [meta - [archive {"+" [Archive]}] + [archive {"+" Archive}] ["[0]" packager "_" ["[1]" jvm]]] [language [lux - ["$" synthesis {"+" [Synthesis]}] + ["$" synthesis {"+" Synthesis}] ["[0]" generation] [analysis - [macro {"+" [Expander]}]] + [macro {"+" Expander}]] [phase - [extension {"+" [Phase Bundle Operation Handler Extender]} + [extension {"+" Phase Bundle Operation Handler Extender} ["[0]" analysis "_" ["[1]" jvm]] ... ["[0]" generation "_" -- cgit v1.2.3