aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/class.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/class.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/class.lux36
1 files changed, 18 insertions, 18 deletions
diff --git a/stdlib/source/library/lux/target/jvm/class.lux b/stdlib/source/library/lux/target/jvm/class.lux
index c8e23ad0e..4d4333238 100644
--- a/stdlib/source/library/lux/target/jvm/class.lux
+++ b/stdlib/source/library/lux/target/jvm/class.lux
@@ -3,29 +3,29 @@
[lux {"-" [public private]}
[abstract
[equivalence {"+" [Equivalence]}]
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
- ["." state]
- ["." try {"+" [Try]}]]
+ ["[0]" state]
+ ["[0]" try {"+" [Try]}]]
[data
- ["." product]
+ ["[0]" product]
[format
- [".F" binary {"+" [Writer]} ("#\." monoid)]]
+ ["[0]F" binary {"+" [Writer]} ("[1]\[0]" monoid)]]
[collection
- ["." row {"+" [Row]}]]]]]
- ["." // "_"
- ["#." modifier {"+" [Modifier modifiers:]}]
- ["#." version {"+" [Version Minor Major]}]
- ["#." magic {"+" [Magic]}]
- ["#." index {"+" [Index]}]
- ["#." attribute {"+" [Attribute]}]
- ["#." field {"+" [Field]}]
- ["#." method {"+" [Method]}]
+ ["[0]" row {"+" [Row]}]]]]]
+ ["[0]" // "_"
+ ["[1][0]" modifier {"+" [Modifier modifiers:]}]
+ ["[1][0]" version {"+" [Version Minor Major]}]
+ ["[1][0]" magic {"+" [Magic]}]
+ ["[1][0]" index {"+" [Index]}]
+ ["[1][0]" attribute {"+" [Attribute]}]
+ ["[1][0]" field {"+" [Field]}]
+ ["[1][0]" method {"+" [Method]}]
[encoding
- ["#." unsigned]
- ["#." name {"+" [Internal]}]]
- ["#." constant {"+" [Constant]}
- ["#/." pool {"+" [Pool Resource]}]]])
+ ["[1][0]" unsigned]
+ ["[1][0]" name {"+" [Internal]}]]
+ ["[1][0]" constant {"+" [Constant]}
+ ["[1]/[0]" pool {"+" [Pool Resource]}]]])
(type: .public Class
(Rec Class