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