-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Exceptional utilities -- -- Exceptional utilities @package util-exception @version 0.2.0.0 module Util.Exception handleJusts :: (MonadBaseControl m, Base m ~ IO) => [ExceptionPredicate b] -> (b -> m a) -> m a -> m a data ExceptionPredicate b ExceptionPredicate :: (e -> Maybe b) -> ExceptionPredicate b