aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-07 18:20:33 -0400
committerEduardo Julian2019-04-07 18:20:33 -0400
commita42c2004388ca204cae7bd1b3f4ef21d208f72b2 (patch)
tree3878f8cef31c1e96bf635142696dd1786e49b2ec /new-luxc/source/luxc/lang/translation/jvm.lux
parenta4e0eb58480a05e4c23a07d33965022125c539f2 (diff)
Updated JVM compiler's tuple left-access mechanism to the new style.
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm.lux2
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 4d2031d12..61c86ae10 100644
--- a/new-luxc/source/luxc/lang/translation/jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm.lux
@@ -114,7 +114,7 @@
(:: io.monad map (dictionary.contains? class-name))
(error.lift io.monad)
(: (IO (Error Bit))))
- _ (if ?existing-class
+ _ (if existing-class?
(wrap [])
(loader.store class-name class-bytecode library))]
(loader.load class-name loader))))