@hackage errors2.2.4
Simplified error-handling
Installation
Dependencies (7)
- base >=4.5 && <5
- exceptions >=0.6 && <0.10
- safe >=0.3.3 && <0.3.10
- text <1.3
- transformers >=0.2 && <0.6
- transformers-compat >=0.4 && <0.7 Show all…
Dependents (183)
@hackage/hoogle-index, @hackage/data-easy, @hackage/hopenpgp-tools, @hackage/microformats2-parser, @hackage/configuration-tools, @hackage/wai-middleware-verbs, Show all…
The one-stop shop for all your error-handling needs! Just import
Control.Error.
This library encourages an error-handling style that directly uses the type system, rather than out-of-band exceptions.