pipes-errors: Integration between pipes and errors

[ bsd3, control, error-handling, library, monad, pipes ] [ Propose Tags ]

This package is analogous to the errors package but for base monad manipulation in the presence of Proxy monad transformers.

It also provides orphan MFunctor instances for EitherT and EitherRT.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.1, 0.3 (info)
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9), errors (>=1.3 && <2.0), pipes (>=4.0) [details]
License BSD-3-Clause
Author Danny Navarro
Maintainer Danny Navarro <j@dannynavarro.net>
Category Control, Monad, Pipes, Error Handling
Home page https://github.com/jdnavarro/pipes-errors
Bug tracker https://github.com/jdnavarro/pipes-errors/issues
Source repo head: git clone https://github.com/jdnavarro/pipes-errors
Uploaded by jdnavarro at 2015-04-13T10:51:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2978 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-13 [all 1 reports]

Readme for pipes-errors-0.2.1

[back to package description]

Pipes Errors

This package is analogous to the errors package but for base monad manipulation in the presence of Proxy monad transformers.

It also provides orphan MFunctor instances for EitherT and EitherRT.