darcs-2.14.4: a distributed, interactive, smart revision control system

Safe HaskellSafe
LanguageHaskell2010

Darcs.Util.Exception

Synopsis

Documentation

firstJustIO :: [IO (Maybe a)] -> IO (Maybe a) Source #

The firstJustIO is a slight modification to firstJustM: the entries in the list must be IO monad operations and the firstJustIO will silently turn any monad call that throws an exception into Nothing, basically causing it to be ignored.

catchall :: IO a -> IO a -> IO a Source #

die :: String -> IO a Source #

Terminate the program with an error message.