Unison.Util.Exception
tryAny :: MonadIO m => IO a -> m (Either SomeException a) Source #
catchAny :: IO a -> (SomeException -> IO a) -> IO a Source #