aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/common.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/translation/jvm/common.lux')
-rw-r--r--lux-jvm/source/luxc/lang/translation/jvm/common.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/lux-jvm/source/luxc/lang/translation/jvm/common.lux b/lux-jvm/source/luxc/lang/translation/jvm/common.lux
index f1dc4ae24..1430a3ea4 100644
--- a/lux-jvm/source/luxc/lang/translation/jvm/common.lux
+++ b/lux-jvm/source/luxc/lang/translation/jvm/common.lux
@@ -1,23 +1,23 @@
(.module:
[library
- [lux #*
+ [lux "*"
... [abstract
- ... [monad (#+ do)]]
+ ... [monad {"+" [do]}]]
... [control
- ... ["." try (#+ Try)]
- ... ["ex" exception (#+ exception:)]
+ ... ["." try {"+" [Try]}]
+ ... ["ex" exception {"+" [exception:]}]
... ["." io]]
... [data
- ... [binary (#+ Binary)]
+ ... [binary {"+" [Binary]}]
... ["." text ("#/." hash)
... format]
... [collection
- ... ["." dictionary (#+ Dictionary)]]]
+ ... ["." dictionary {"+" [Dictionary]}]]]
... ["." macro]
- ... [host (#+ import:)]
+ ... [host {"+" [import:]}]
... [tool
... [compiler
- ... [reference (#+ Register)]
+ ... [reference {"+" [Register]}]
... ["." name]
... ["." phase]]]
]]