diff options
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
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 "") |