monad-validate: A monad transformer for data validation.
Provides the ValidateT
monad transformer, designed for writing data validations that provide
high-quality error reporting without much effort. ValidateT
automatically exploits the data
dependencies of your program—as encoded implicitly in uses of fmap
, <*>
, and >>=
—to report
as many errors as possible upon failure instead of completely aborting at the first one. See
Control.Monad.Validate for more information.
[Skip to Readme]
Versions [faq] | 1.0.0.0, 1.1.0.0, 1.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <5), exceptions (>=0.9 && <1), monad-control (==1.*), mtl, transformers (>=0.5.6), transformers-base (==0.*) [details] |
License | ISC |
Copyright | 2019 Hasura |
Author | Alexis King <lexi.lambda@gmail.com> |
Maintainer | Alexis King <lexi.lambda@gmail.com> |
Category | Control |
Home page | https://github.com/hasura/monad-validate#readme |
Bug tracker | https://github.com/hasura/monad-validate/issues |
Source repo | head: git clone https://github.com/hasura/monad-validate |
Uploaded | by lexi_lambda at 2019-08-10T03:29:36Z |
Distributions | NixOS:1.2.0.0 |
Downloads | 1584 total (83 in the last 30 days) |
Rating | 1.25 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-08-10 [all 1 reports] |
Modules
[Index] [Quick Jump]
Downloads
- monad-validate-1.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)