The latest version of monad-validate is 1.3.0.0-0.

monad-validate

Version 1.0.0.0 revision 3 uploaded by lexi_lambda.

Package meta

Synopsis
A monad transformer for data validation.
Description

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.

Author
Alexis King <lexi.lambda@gmail.com>
Bug reports
https://github.com/hasura/monad-validate/issues
Category
Control
Copyright
2019 Hasura
Homepage
https://github.com/hasura/monad-validate#readme
Maintainer
Alexis King <lexi.lambda@gmail.com>
Package URL
n/a
Stability
n/a

Components