aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/constant/pool.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/constant/pool.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/constant/pool.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/library/lux/target/jvm/constant/pool.lux b/stdlib/source/library/lux/target/jvm/constant/pool.lux
index 936cfe3c4..8c41dbf17 100644
--- a/stdlib/source/library/lux/target/jvm/constant/pool.lux
+++ b/stdlib/source/library/lux/target/jvm/constant/pool.lux
@@ -3,34 +3,34 @@
[lux "*"
["[0]" ffi]
[abstract
- [equivalence {"+" Equivalence}]
- [functor {"+" Functor}]
- [monad {"+" Monad do}]]
+ [equivalence (.only Equivalence)]
+ [functor (.only Functor)]
+ [monad (.only Monad do)]]
[control
["[0]" pipe]
- ["[0]" state {"+" +State}]
- ["[0]" try {"+" Try}]]
+ ["[0]" state (.only +State)]
+ ["[0]" try (.only Try)]]
[data
["[0]" product]
["[0]" text]
["[0]" format "_"
- ["[1]" binary {"+" Writer} ("specification#[0]" monoid)]]
+ ["[1]" binary (.only Writer) ("specification#[0]" monoid)]]
[collection
- ["[0]" sequence {"+" Sequence} ("[1]#[0]" mix)]]]
+ ["[0]" sequence (.only Sequence) ("[1]#[0]" mix)]]]
[math
[number
["[0]" int]
["[0]" frac]
["[0]" i32]]]]]
- ["[0]" // {"+" UTF8 String Class Integer Float Long Double Constant Name_And_Type Reference}
+ ["[0]" // (.only UTF8 String Class Integer Float Long Double Constant Name_And_Type Reference)
[//
- ["[1][0]" index {"+" Index}]
+ ["[1][0]" index (.only Index)]
[encoding
- ["[1][0]" name {"+" Internal External}]
+ ["[1][0]" name (.only Internal External)]
["[1][0]" unsigned]]
[type
- [category {"+" Value Method}]
- ["[1][0]" descriptor {"+" Descriptor}]]]])
+ [category (.only Value Method)]
+ ["[1][0]" descriptor (.only Descriptor)]]]])
(type: .public Pool
[Index (Sequence [Index Constant])])