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-python/source/program.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 5ab4e9aaf..fb8c39e8e 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -155,10 +155,10 @@ (#try.Failure try) (^multi [(#try.Success tag) (#try.Success flag) (#try.Success value)] - {(read tag) - (#try.Success tag)} - {(read value) - (#try.Success value)}) + [(read tag) + (#try.Success tag)] + [(read value) + (#try.Success value)]) (#try.Success [tag (: Any (case (ffi.check org/python/core/PyNone -- cgit v1.2.3