hbro-1.4.0.0: Minimal extensible web-browser

Safe HaskellNone
LanguageHaskell98

Hbro.Error

Synopsis

Documentation

failWith :: (MonadThrow m, Exception e) => Maybe a -> e -> m a

(<!>) :: (MonadThrow m, Exception e) => m (Maybe a) -> e -> m a

Monadic and infix version of failWith