https://github.com/purescript/purescript-validation
Applicative-style validation
https://github.com/purescript/purescript-validation
Last synced: 7 days ago
JSON representation
Applicative-style validation
- Host: GitHub
- URL: https://github.com/purescript/purescript-validation
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-04-22T04:54:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T22:43:21.000Z (almost 4 years ago)
- Last Synced: 2026-01-29T04:47:27.175Z (23 days ago)
- Language: PureScript
- Homepage:
- Size: 72.3 KB
- Stars: 45
- Watchers: 7
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-validation
[](https://github.com/purescript/purescript-validation/releases)
[](https://github.com/purescript/purescript-validation/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-validation)
Applicative validation.
## Installation
```
spago install validation
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-validation).
There is also an [entire chapter in PureScript by Example](https://book.purescript.org/chapter7.html#applicative-validation-1) dedicated to describing how to use this module.