aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/method.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/method.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/method.lux38
1 files changed, 19 insertions, 19 deletions
diff --git a/stdlib/source/library/lux/target/jvm/method.lux b/stdlib/source/library/lux/target/jvm/method.lux
index d53c7d847..11e8e1c06 100644
--- a/stdlib/source/library/lux/target/jvm/method.lux
+++ b/stdlib/source/library/lux/target/jvm/method.lux
@@ -3,28 +3,28 @@
[lux {"-" [Type static public private]}
[abstract
[equivalence {"+" [Equivalence]}]
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
- ["." try]]
+ ["[0]" try]]
[data
- ["." product]
- ["." format "_"
- ["#" binary {"+" [Writer]} ("#\." monoid)]]
+ ["[0]" product]
+ ["[0]" format "_"
+ ["[1]" binary {"+" [Writer]} ("[1]\[0]" monoid)]]
[collection
- ["." row {"+" [Row]}]]]]]
- ["." // "_"
- ["#." modifier {"+" [Modifier modifiers:]}]
- ["#." index {"+" [Index]}]
- ["#." attribute {"+" [Attribute]}
- ["#/." code]]
- ["#." constant {"+" [UTF8]}
- ["#/." pool {"+" [Pool Resource]}]]
- ["#." bytecode {"+" [Bytecode]}
- ["#/." environment {"+" [Environment]}]
- ["#/." instruction]]
- ["#." type {"+" [Type]}
- ["#/." category]
- ["#." descriptor {"+" [Descriptor]}]]])
+ ["[0]" row {"+" [Row]}]]]]]
+ ["[0]" // "_"
+ ["[1][0]" modifier {"+" [Modifier modifiers:]}]
+ ["[1][0]" index {"+" [Index]}]
+ ["[1][0]" attribute {"+" [Attribute]}
+ ["[1]/[0]" code]]
+ ["[1][0]" constant {"+" [UTF8]}
+ ["[1]/[0]" pool {"+" [Pool Resource]}]]
+ ["[1][0]" bytecode {"+" [Bytecode]}
+ ["[1]/[0]" environment {"+" [Environment]}]
+ ["[1]/[0]" instruction]]
+ ["[1][0]" type {"+" [Type]}
+ ["[1]/[0]" category]
+ ["[1][0]" descriptor {"+" [Descriptor]}]]])
(type: .public Method
(Rec Method