aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/index.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/jvm/index.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/target/jvm/index.lux b/stdlib/source/library/lux/target/jvm/index.lux
index 5651ac589..178586d44 100644
--- a/stdlib/source/library/lux/target/jvm/index.lux
+++ b/stdlib/source/library/lux/target/jvm/index.lux
@@ -1,16 +1,16 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- ["." equivalence (#+ Equivalence)]]
+ ["." equivalence {"+" [Equivalence]}]]
[data
[format
- [binary (#+ Writer)]]]
+ [binary {"+" [Writer]}]]]
[type
abstract]]]
- ["." // #_
+ ["." // "_"
[encoding
- ["#." unsigned (#+ U2)]]])
+ ["#." unsigned {"+" [U2]}]]])
(def: .public length
//unsigned.bytes/2)