Skip to content

A data-type like Either but with an accumulating Applicative

License

Notifications You must be signed in to change notification settings

costarastrology/validation

 
 

Repository files navigation

Validation

CSIRO's Data61 Logo

Several data-types like Either but with differing properties and type-class instances.

Library support is provided for those different representations, include lens-related functions for converting between each and abstracting over their similarities.

Download from hackage.

  • Validation

    The Validation data type is isomorphic to Either, but has an instance of Applicative that accumulates on the error side. That is to say, if two (or more) errors are encountered, they are appended using a Semigroup operation.

    As a consequence of this Applicative instance, there is no corresponding Bind or Monad instance. Validation is an example of, "An applicative functor that is not a monad."

About

A data-type like Either but with an accumulating Applicative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 85.3%
  • Nix 14.7%