@hackage errors2.3.0
Simplified error-handling
Installation
Dependencies (6)
- base >=4.7 && <5
- exceptions >=0.6 && <0.11
- safe >=0.3.3 && <0.4
- text <2.2
- transformers >=0.2 && <0.7
- transformers-compat >=0.4 && <0.8 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.