aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/constant.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/constant.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/constant.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/library/lux/target/jvm/constant.lux b/stdlib/source/library/lux/target/jvm/constant.lux
index d4841fd43..41a196162 100644
--- a/stdlib/source/library/lux/target/jvm/constant.lux
+++ b/stdlib/source/library/lux/target/jvm/constant.lux
@@ -2,23 +2,23 @@
[library
[lux "*"
["@" target]
- ["[0]" ffi {"+" [import:]}]
+ ["[0]" ffi {"+" import:}]
[abstract
- [monad {"+" [do]}]
- ["[0]" equivalence {"+" [Equivalence]}]]
+ [monad {"+" do}]
+ ["[0]" equivalence {"+" Equivalence}]]
[data
["[0]" sum]
["[0]" product]
["[0]" text]
[format
- ["[0]F" binary {"+" [Writer]} ("[1]#[0]" monoid)]]
+ ["[0]F" binary {"+" Writer} ("[1]#[0]" monoid)]]
[collection
- ["[0]" row {"+" [Row]}]]]
+ ["[0]" row {"+" Row}]]]
[macro
["[0]" template]]
[math
[number
- ["[0]" i32 {"+" [I32]}]
+ ["[0]" i32 {"+" I32}]
["[0]" i64]
["[0]" int]
["[0]" frac]]]
@@ -27,10 +27,10 @@
["[0]" / "_"
["[1][0]" tag]
["/[1]" // "_"
- ["[1][0]" index {"+" [Index]}]
+ ["[1][0]" index {"+" Index}]
[type
["[1][0]" category]
- ["[1][0]" descriptor {"+" [Descriptor]}]]
+ ["[1][0]" descriptor {"+" Descriptor}]]
[encoding
["[1][0]" unsigned]]]])