diff options
Diffstat (limited to 'new-luxc/source/luxc/lang/translation')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm.lux b/new-luxc/source/luxc/lang/translation/jvm.lux index 5ffb60482..01bc2b36f 100644 --- a/new-luxc/source/luxc/lang/translation/jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm.lux @@ -120,7 +120,7 @@ [value (evaluate! library loader class-name valueI)] (wrap [class-name value])))) -(def: #export init +(def: #export host (IO Host) (io (let [library (loader.new-library []) loader (loader.memory library)] |