From a42c2004388ca204cae7bd1b3f4ef21d208f72b2 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 7 Apr 2019 18:20:33 -0400 Subject: Updated JVM compiler's tuple left-access mechanism to the new style. --- new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux') diff --git a/new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux index 32b002b91..22817e8eb 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux @@ -153,8 +153,8 @@ (list)) #0) pushI)))) - ([synthesis.member/left "pm_left" function.identity] - [synthesis.member/right "pm_right" inc]) + ([synthesis.member/left "tuple_left" <|] + [synthesis.member/right "pm_right" inc]) (#synthesis.Alt leftP rightP) (do phase.monad -- cgit v1.2.3