Closed jwiegley closed 9 years ago
At the moment, handle_sh is an exact clone of catch_sh. I haven't fixed it since with some of my upcoming changes, you can just import Control.Exception.Lifted and use handle.
handle_sh
catch_sh
Control.Exception.Lifted
handle
At the moment,
handle_sh
is an exact clone ofcatch_sh
. I haven't fixed it since with some of my upcoming changes, you can just importControl.Exception.Lifted
and usehandle
.