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/luxc/lang/translation/jvm/reference.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-jvm/source/luxc/lang/translation/jvm/reference.lux') diff --git a/lux-jvm/source/luxc/lang/translation/jvm/reference.lux b/lux-jvm/source/luxc/lang/translation/jvm/reference.lux index aebd84a60..62be103e5 100644 --- a/lux-jvm/source/luxc/lang/translation/jvm/reference.lux +++ b/lux-jvm/source/luxc/lang/translation/jvm/reference.lux @@ -1,28 +1,28 @@ (.module: [library - [lux {"-" [local]} + [lux {"-" local} [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [data [text - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [target [jvm ["[0]" type]]] [tool [compiler [reference - ["[0]" variable {"+" [Register Variable]}]] + ["[0]" variable {"+" Register Variable}]] ["[0]" phase ("operation@[0]" monad)] [meta - [archive {"+" [Archive]}]] + [archive {"+" Archive}]] [language [lux ["[0]" generation]]]]]]] [luxc [lang [host - [jvm {"+" [Inst Operation]} + [jvm {"+" Inst Operation} ["_" inst]]]]] ["[0]" // ["[1][0]" runtime]]) -- cgit v1.2.3