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 an orphan MFunctor instance for ExceptRT.


[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 (>=2.0.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-05-21T07:26:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2967 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-05-23 [all 1 reports]

Readme for pipes-errors-0.3

[back to package description]

Pipes Errors

Hackage Version Build Status

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

It also provides an orphan MFunctor instance for ExceptRT.