aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/type/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/type/lux.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/type/lux.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/target/jvm/type/lux.lux b/stdlib/source/library/lux/target/jvm/type/lux.lux
index 1e44c7a25..eacb25024 100644
--- a/stdlib/source/library/lux/target/jvm/type/lux.lux
+++ b/stdlib/source/library/lux/target/jvm/type/lux.lux
@@ -1,31 +1,31 @@
(.module:
[library
- [lux (#- int char type primitive)
+ [lux {"-" [int char type primitive]}
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
["." try]
- ["." exception (#+ exception:)]
+ ["." exception {"+" [exception:]}]
["<>" parser ("#\." monad)
- ["<.>" text (#+ Parser)]]]
+ ["<.>" text {"+" [Parser]}]]]
[data
["." product]
["." text ("#\." equivalence)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." array]
- ["." dictionary (#+ Dictionary)]]]
+ ["." dictionary {"+" [Dictionary]}]]]
[type
abstract
- ["." check (#+ Check) ("#\." monad)]]]]
+ ["." check {"+" [Check]} ("#\." monad)]]]]
["." //
- [category (#+ Void Value Return Method Primitive Object Class Array Var Parameter)]
+ [category {"+" [Void Value Return Method Primitive Object Class Array Var Parameter]}]
["#." descriptor]
["#." signature]
["#." reflection]
["#." parser]
["#." box]
- ["/#" // #_
+ ["/#" // "_"
[encoding
["#." name]]]])