aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/method.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/method.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/source/library/lux/target/jvm/method.lux b/stdlib/source/library/lux/target/jvm/method.lux
index 193bb4db8..54485d75b 100644
--- a/stdlib/source/library/lux/target/jvm/method.lux
+++ b/stdlib/source/library/lux/target/jvm/method.lux
@@ -2,30 +2,30 @@
[library
[lux {"-" Type static public private}
[abstract
- [equivalence {"+" Equivalence}]
- ["[0]" monad {"+" do}]]
+ [equivalence (.only Equivalence)]
+ ["[0]" monad (.only do)]]
[control
["[0]" try]]
[data
["[0]" product]
["[0]" format "_"
- ["[1]" binary {"+" Writer} ("[1]#[0]" monoid)]]
+ ["[1]" binary (.only Writer) ("[1]#[0]" monoid)]]
[collection
- ["[0]" sequence {"+" Sequence}]]]]]
+ ["[0]" sequence (.only Sequence)]]]]]
["[0]" // "_"
- ["[1][0]" modifier {"+" Modifier modifiers:}]
- ["[1][0]" index {"+" Index}]
- ["[1][0]" attribute {"+" Attribute}
+ ["[1][0]" modifier (.only Modifier modifiers:)]
+ ["[1][0]" index (.only Index)]
+ ["[1][0]" attribute (.only Attribute)
["[2][0]" code]]
- ["[1][0]" constant {"+" UTF8}
- ["[2][0]" pool {"+" Pool Resource}]]
- ["[1][0]" bytecode {"+" Bytecode}
- ["[2][0]" environment {"+" Environment}]
+ ["[1][0]" constant (.only UTF8)
+ ["[2][0]" pool (.only Pool Resource)]]
+ ["[1][0]" bytecode (.only Bytecode)
+ ["[2][0]" environment (.only Environment)]
["[2][0]" instruction]]
- ["[1][0]" type {"+" Type}
- [descriptor {"+" Descriptor}]
+ ["[1][0]" type (.only Type)
+ [descriptor (.only Descriptor)]
["[2][0]" category]
- ["[2][0]" signature {"+" Signature}]]])
+ ["[2][0]" signature (.only Signature)]]])
(type: .public Method
(Rec Method