aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/common.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/jvm/common.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm/common.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/common.lux b/new-luxc/source/luxc/lang/translation/jvm/common.lux
index ea6665dc5..26dbcfbc8 100644
--- a/new-luxc/source/luxc/lang/translation/jvm/common.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm/common.lux
@@ -6,6 +6,7 @@
["ex" exception (#+ exception:)]
["." io]]
[data
+ [binary (#+ Binary)]
["." error (#+ Error)]
["." text ("#/." hash)
format]
@@ -13,8 +14,6 @@
["." dictionary (#+ Dictionary)]]]
["." macro]
[host (#+ import:)]
- [world
- [binary (#+ Binary)]]
[tool
[compiler
[reference (#+ Register)]