elm-validate
elm-validate copied to clipboard
Wrong type signatures in documentation
In the if.... functions section, instead of
modelValidator : Validator Model String
it should be
modelValidator : Validator String Model