protolude-0.1.10: A sensible set of defaults for writing custom Preludes.

Safe HaskellTrustworthy
LanguageHaskell2010

Exceptions

Documentation

hush :: Alternative m => Either e a -> m a Source #

note :: (MonadError e m, Applicative m) => e -> Maybe a -> m a Source #