validations-0.1.0.2: A nice way to define field validations in Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Validations.Types.Checker

Documentation

type Checker error a b = a -> Either error b Source

type MonadicChecker error monad a b = a -> monad (Either error b) Source