From 54ab659064990ff37a9234c9792102a3b88277d6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 8 Sep 2021 22:24:08 -0400 Subject: De-bracing | part 1 --- lux-lua/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index e21b86260..2bba13d08 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -231,8 +231,8 @@ (net/sandius/rembulan/Table::get_key (:as java/lang/Object runtime.variant_flag_field) host_object) (net/sandius/rembulan/Table::get_key (:as java/lang/Object runtime.variant_value_field) host_object)] (^multi [(#.Some tag) ?flag (#.Some value)] - {(read value) - (#try.Success value)}) + [(read value) + (#try.Success value)]) (#try.Success [(: Any (|> tag (:as java/lang/Long) java/lang/Long::intValue)) (: Any (case ?flag (#.Some _) (: Any "") -- cgit v1.2.3