diff options
Diffstat (limited to '')
| -rw-r--r-- | new-luxc/source/luxc/lang/translation/js/imports.jvm.lux | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/new-luxc/source/luxc/lang/translation/js/imports.jvm.lux b/new-luxc/source/luxc/lang/translation/js/imports.jvm.lux index 64f10dabc..cbd4b2752 100644 --- a/new-luxc/source/luxc/lang/translation/js/imports.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/js/imports.jvm.lux @@ -30,9 +30,9 @@  (def: import (s.Syntax Import) (s.tuple (p.seq s.text s.text)))  (def: #export (translate-imports translate-module annotations) -  (-> (-> Text Compiler (Process Compiler)) +  (-> (-> Text Lux (Process Lux))        Code -      (Meta (Process Compiler))) +      (Meta (Process Lux)))    (do macro.Monad<Meta>      [_ (moduleL.set-annotations annotations)       current-module macro.current-module-name | 
