aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/bytecode/address.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/bytecode/address.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/library/lux/target/jvm/bytecode/address.lux b/stdlib/source/library/lux/target/jvm/bytecode/address.lux
index a4dc3d5ce..48972376b 100644
--- a/stdlib/source/library/lux/target/jvm/bytecode/address.lux
+++ b/stdlib/source/library/lux/target/jvm/bytecode/address.lux
@@ -2,26 +2,26 @@
[library
[lux "*"
[abstract
- [equivalence {"+" [Equivalence]}]
- [monad {"+" [do]}]]
+ [equivalence {"+" Equivalence}]
+ [monad {"+" do}]]
[control
- ["[0]" try {"+" [Try]}]]
+ ["[0]" try {"+" Try}]]
[data
[format
- [binary {"+" [Writer]}]]
+ [binary {"+" Writer}]]
[text
- ["%" format {"+" [Format]}]]]
+ ["%" format {"+" Format}]]]
[math
[number
["n" nat]]]
[type
abstract]]]
["[0]" // "_"
- [jump {"+" [Big_Jump]}]
+ [jump {"+" Big_Jump}]
["/[1]" // "_"
[encoding
- ["[1][0]" unsigned {"+" [U2]}]
- ["[1][0]" signed {"+" [S4]}]]]])
+ ["[1][0]" unsigned {"+" U2}]
+ ["[1][0]" signed {"+" S4}]]]])
(abstract: .public Address
U2