catch package:effectful-core

Lifted catch.
Handle an error of type e.
A variant of catch that fully forces evaluation of the result value to find all impure exceptions.
catch specialized to catch IOException.
Catch an exception only if it satisfies a specific predicate.
Lifted catchJust.
catch specialized to catch all exceptions considered to be synchronous.
catchSynccatchIf @SomeException isSyncException
See the check exception type section for more information.
A variant of catchSync that fully forces evaluation of the result value to find all impure exceptions.
Lifted catches.
A variant of catches that fully forces evaluation of the result value to find all impure exceptions.