aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/constant/pool.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/constant/pool.lux22
1 files changed, 11 insertions, 11 deletions
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])])