try package:exceptions

Similar to catch, but returns an Either result. See Control.Exception's try.
A variant of try that takes an exception predicate to select which exceptions are caught. See Control.Exception's tryJust