validation-selective: Lighweight pure data validation based on Applicative and Selective functors
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Lighweight pure data validation based on Applicative and Selective functors. The library builds validation interface around the following data type:
data Validation e a = Failure e | Success a
[Skip to Readme]
Properties
Versions | 0.0.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.1.0.2, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11.1.0 && <4.16), deepseq (>=1.4.3.0 && <1.5), selective (>=0.3 && <0.5) [details] |
License | MPL-2.0 |
Copyright | 2020-2021 Kowainik |
Author | Dmitrii Kovanikov, Veronika Romashkina |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Category | Validation, Selective, Data |
Home page | https://github.com/kowainik/validation-selective |
Bug tracker | https://github.com/kowainik/validation-selective/issues |
Source repo | head: git clone https://github.com/kowainik/validation-selective.git |
Uploaded | by vrom911 at 2021-03-14T12:54:11Z |
Modules
[Index] [Quick Jump]
Downloads
- validation-selective-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees