@hackage safe-failure0.2
Partial functions from the prelude with a MonadFailure interface
Deprecated
Dependencies (4)
Dependents (9)
@hackage/data-object, @hackage/convertible-text, @hackage/acme-everything, @hackage/safe-failure-cme, @hackage/hebrew-time, @hackage/yesod, Show all…
Package Flags
cme
(on by default)
build with special support for control-monad-exception
Partial functions from the base library, such as head and !!, modified
to fail in a MonadFailure monad.
These functions can be used to reduce the number of unsafe pattern matches in
your code.