The latest version of validation-selective is 0.2.0.0-4.

validation-selective

Version 0.1.0.2 revision 0 uploaded by vrom911.

Package meta

Synopsis
Lighweight pure data validation based on Applicative and Selective functors
Description

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
Author
Dmitrii Kovanikov, Veronika Romashkina
Bug reports
https://github.com/kowainik/validation-selective/issues
Category
Validation, Selective, Data
Copyright
2020-2022 Kowainik
Homepage
https://github.com/kowainik/validation-selective
Maintainer
Kowainik <xrom.xkov@gmail.com>
Package URL
n/a
Stability
n/a

Components