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/host/jvm/def.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-jvm/source/luxc/lang/host/jvm/def.lux') diff --git a/lux-jvm/source/luxc/lang/host/jvm/def.lux b/lux-jvm/source/luxc/lang/host/jvm/def.lux index 4aa88ff9a..e1e7e3c7c 100644 --- a/lux-jvm/source/luxc/lang/host/jvm/def.lux +++ b/lux-jvm/source/luxc/lang/host/jvm/def.lux @@ -1,15 +1,15 @@ (.module: [library - [lux {"-" [Type]} - ["[0]" ffi {"+" [import: do_to]}] + [lux {"-" Type} + ["[0]" ffi {"+" import: do_to}] [control ["[0]" function]] [data ["[0]" product] ["[0]" text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection - ["[0]" array {"+" [Array]}] + ["[0]" array {"+" Array}] ["[0]" list ("[1]@[0]" functor)]]] [math [number @@ -18,8 +18,8 @@ [jvm [encoding ["[0]" name]] - ["[0]" type {"+" [Type Constraint]} - [category {"+" [Class Value Method]}] + ["[0]" type {"+" Type Constraint} + [category {"+" Class Value Method}] ["[0]" signature] ["[0]" descriptor]]]]]] ["[0]" //]) -- cgit v1.2.3