aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm/def.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/host/jvm/def.lux')
-rw-r--r--lux-jvm/source/luxc/lang/host/jvm/def.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm/def.lux b/lux-jvm/source/luxc/lang/host/jvm/def.lux
index 4aa88ff9a..e1e7e3c7c 100644
--- a/lux-jvm/source/luxc/lang/host/jvm/def.lux
+++ b/lux-jvm/source/luxc/lang/host/jvm/def.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux {"-" [Type]}
- ["[0]" ffi {"+" [import: do_to]}]
+ [lux {"-" Type}
+ ["[0]" ffi {"+" import: do_to}]
[control
["[0]" function]]
[data
["[0]" product]
["[0]" text
- ["%" format {"+" [format]}]]
+ ["%" format {"+" format}]]
[collection
- ["[0]" array {"+" [Array]}]
+ ["[0]" array {"+" Array}]
["[0]" list ("[1]@[0]" functor)]]]
[math
[number
@@ -18,8 +18,8 @@
[jvm
[encoding
["[0]" name]]
- ["[0]" type {"+" [Type Constraint]}
- [category {"+" [Class Value Method]}]
+ ["[0]" type {"+" Type Constraint}
+ [category {"+" Class Value Method}]
["[0]" signature]
["[0]" descriptor]]]]]]
["[0]" //])