diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/generator.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/generator.lux b/new-luxc/source/luxc/generator.lux index b447dd7a8..00a50fbed 100644 --- a/new-luxc/source/luxc/generator.lux +++ b/new-luxc/source/luxc/generator.lux @@ -9,7 +9,7 @@ (coll ["D" dict] [array #+ Array])) [macro #+ Monad<Lux>] - host + [host] [io]) (luxc ["&" base] ["&;" io] @@ -108,7 +108,7 @@ (#R;Error error) (wrap (#R;Error error))))) -(jvm-import org.objectweb.asm.MethodVisitor) +(host;import org.objectweb.asm.MethodVisitor) (def: init-cursor Cursor ["" +0 +0]) |