error-message-1.1: Composable error messages.

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

Versions1.0, 1.0.1, 1.1
Dependenciesansi-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.*)
LicenseBSD3
Copyright(c) 2009-2010 Gregory Crosswhite
AuthorGregory Crosswhite
Maintainergcross@phys.washington.edu
Stabilitystable
CategoryDevelopment, Error Handling
Home pagehttp://github.com/gcross/error-message
Upload dateMon Nov 15 19:51:20 UTC 2010
Uploaded byGregoryCrosswhite
Built onghc-6.12
Build failureghc-7.0 (log), ghc-7.4 (log)

Modules

Downloads