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

Safe HaskellSafe-Inferred

Validations.Types.Checker

Documentation

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

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