@hackage error-message1.0.1
Composable error messages.
Categories
License
BSD-3-Clause
Maintainer
gcross@phys.washington.edu
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- InfixApplicative >=1 && <2
- ansi-wl-pprint >=0.5 && <0.6
- base >=4 && <5
- containers >=0.2 && <0.3
- either-unwrap >=1.1 && <2
- mtl >=1 && <2 Show all…
Dependents (1)
@hackage/acme-everything
This philosophy behind this package is that it is often better to find out all of the errors that have occured in a computation and report them simultaneously, rather than aborting as soon as the first error is encountered. Towards this end, this module supplies a type of combinable error messages so that all of the errors from subcomputations can be gathered and presented together.