@hackage safe-failure0.1
Library for safe functions
Deprecated
Dependencies (4)
- base >=3.0 && <4
- control-monad-exception
- control-monad-failure
- extensible-exceptions >=0.1 && <0.2 Show all…
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
extensibleexceptions
(off by default)
Use extensible-exception package
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.