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. --- .../library/lux/target/jvm/constant/pool.lux | 22 +++++++++++----------- .../source/library/lux/target/jvm/constant/tag.lux | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'stdlib/source/library/lux/target/jvm/constant') diff --git a/stdlib/source/library/lux/target/jvm/constant/pool.lux b/stdlib/source/library/lux/target/jvm/constant/pool.lux index f3cab4463..8451bfdfa 100644 --- a/stdlib/source/library/lux/target/jvm/constant/pool.lux +++ b/stdlib/source/library/lux/target/jvm/constant/pool.lux @@ -3,18 +3,18 @@ [lux "*" ["[0]" ffi] [abstract - [equivalence {"+" [Equivalence]}] - [monad {"+" [Monad do]}]] + [equivalence {"+" Equivalence}] + [monad {"+" Monad do}]] [control - ["[0]" state {"+" [+State]}] - ["[0]" try {"+" [Try]}]] + ["[0]" state {"+" +State}] + ["[0]" try {"+" Try}]] [data ["[0]" product] ["[0]" text] ["[0]" format "_" - ["[1]" binary {"+" [Writer]} ("specification#[0]" monoid)]] + ["[1]" binary {"+" Writer} ("specification#[0]" monoid)]] [collection - ["[0]" row {"+" [Row]} ("[1]#[0]" mix)]]] + ["[0]" row {"+" Row} ("[1]#[0]" mix)]]] [macro ["[0]" template]] [math @@ -25,15 +25,15 @@ ["[0]" frac]]] [type abstract]]] - ["[0]" // {"+" [UTF8 String Class Integer Float Long Double Constant Name_And_Type Reference]} + ["[0]" // {"+" UTF8 String Class Integer Float Long Double Constant Name_And_Type Reference} [// [encoding - ["[1][0]" name {"+" [Internal External]}] + ["[1][0]" name {"+" Internal External}] ["[1][0]" unsigned]] - ["[1][0]" index {"+" [Index]}] + ["[1][0]" index {"+" Index}] [type - [category {"+" [Value Method]}] - ["[1][0]" descriptor {"+" [Descriptor]}]]]]) + [category {"+" Value Method}] + ["[1][0]" descriptor {"+" Descriptor}]]]]) (type: .public Pool [Index (Row [Index Constant])]) diff --git a/stdlib/source/library/lux/target/jvm/constant/tag.lux b/stdlib/source/library/lux/target/jvm/constant/tag.lux index 73ff384f4..ce2c1c887 100644 --- a/stdlib/source/library/lux/target/jvm/constant/tag.lux +++ b/stdlib/source/library/lux/target/jvm/constant/tag.lux @@ -2,17 +2,17 @@ [library [lux "*" [abstract - [equivalence {"+" [Equivalence]}]] + [equivalence {"+" Equivalence}]] [control ["[0]" try]] [data [format - [binary {"+" [Writer]}]]] + [binary {"+" Writer}]]] [type abstract]]] ["[0]" /// "_" [encoding - ["[1][0]" unsigned {"+" [U1]} ("u1//[0]" equivalence)]]]) + ["[1][0]" unsigned {"+" U1} ("u1//[0]" equivalence)]]]) (abstract: .public Tag U1 -- cgit v1.2.3