diff options
Diffstat (limited to 'stdlib/source/lux/host.old.lux')
-rw-r--r-- | stdlib/source/lux/host.old.lux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/lux/host.old.lux b/stdlib/source/lux/host.old.lux index c559d3555..e5a5b3624 100644 --- a/stdlib/source/lux/host.old.lux +++ b/stdlib/source/lux/host.old.lux @@ -1462,9 +1462,7 @@ (#.Left error) (recover-from-failure error)))} - (with-gensyms [g!_] - (wrap (list (` ("lux try" ((~! io.label) (.function ((~ g!_) (~ g!_)) - (~ expression))))))))) + (wrap (list (` ("lux try" ((~! io.io) (~ expression))))))) (syntax: #export (check {#let [imports (class-imports *compiler*)]} {class (generic-type^ imports (list))} |