The error-message package
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.
New in version 1.1: Removed Monoid instance for Doc (it should now be supplied by ansi-wl-pprint), added ErrorMessageOr type alias.
Properties
| Versions | 1.0, 1.0.1, 1.1 |
|---|---|
| Dependencies | ansi-wl-pprint (≥0.5 & <0.6.4), base (≥4.1 & <4.3), containers (≥0.2 & <0.4), either-unwrap (1.1.*), InfixApplicative (≥1.0 & <1.2), mtl (1.1.*) |
| License | BSD3 |
| Copyright | (c) 2009-2010 Gregory Crosswhite |
| Author | Gregory Crosswhite |
| Maintainer | gcross@phys.washington.edu |
| Stability | stable |
| Category | Development, Error Handling |
| Home page | http://github.com/gcross/error-message |
| Upload date | Mon Nov 15 19:51:20 UTC 2010 |
| Uploaded by | GregoryCrosswhite |
| Built on | ghc-6.12 |
| Build failure | ghc-7.0 (log), ghc-7.4 (log) |
Modules
Downloads
- error-message-1.1.tar.gz (Cabal source package)
- package description (included in the package)