validations-0.1.0.2: A nice way to define field validations in Haskell.
Validations.Types.Checker
type Checker error a b = a -> Either error b Source
type MonadicChecker error monad a b = a -> monad (Either error b) Source