aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/attribute.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/attribute.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/target/jvm/attribute.lux b/stdlib/source/library/lux/target/jvm/attribute.lux
index bf99e9f2e..e4862763a 100644
--- a/stdlib/source/library/lux/target/jvm/attribute.lux
+++ b/stdlib/source/library/lux/target/jvm/attribute.lux
@@ -1,28 +1,28 @@
(.module:
[library
- [lux {"-" [Info Code]}
+ [lux {"-" Info Code}
[abstract
- [monad {"+" [do]}]
- ["[0]" equivalence {"+" [Equivalence]}]]
+ [monad {"+" do}]
+ ["[0]" equivalence {"+" Equivalence}]]
[control
["[0]" try]
- ["[0]" exception {"+" [exception:]}]]
+ ["[0]" exception {"+" exception:}]]
[data
["[0]" sum]
["[0]" product]
[format
- ["[0]F" binary {"+" [Writer]}]]]
+ ["[0]F" binary {"+" Writer}]]]
[math
[number
["n" nat]]]]]
["[0]" // "_"
- ["[1][0]" index {"+" [Index]}]
+ ["[1][0]" index {"+" Index}]
[encoding
- ["[1][0]" unsigned {"+" [U2 U4]}]]
- ["[1][0]" constant {"+" [UTF8 Class Value]}
- ["[1]/[0]" pool {"+" [Pool Resource]}]]]
+ ["[1][0]" unsigned {"+" U2 U4}]]
+ ["[1][0]" constant {"+" UTF8 Class Value}
+ ["[1]/[0]" pool {"+" Pool Resource}]]]
["[0]" / "_"
- ["[1][0]" constant {"+" [Constant]}]
+ ["[1][0]" constant {"+" Constant}]
["[1][0]" code]])
(type: .public (Info about)