An open API service indexing awesome lists of open source software.

https://github.com/gvolpe/functional-data-validation

Functional Data Validation in Haskell (Examples of my talk in Eindhoven, NL on June 2017)
https://github.com/gvolpe/functional-data-validation

applicative functor monad semigroup validation

Last synced: 7 months ago
JSON representation

Functional Data Validation in Haskell (Examples of my talk in Eindhoven, NL on June 2017)

Awesome Lists containing this project

README

          

functional-data-validation
==========================

Demonstration code for the talk given at the [Einhoven Haskell Meetup](https://www.meetup.com/Eindhoven-Haskell-Meetup/events/240066834/).

And here the slides of the talk: [http://slides.com/volpegabriel/functional-data-validation/](http://slides.com/volpegabriel/functional-data-validation#/).

Similar examples in Scala using the Cats library: [https://github.com/gvolpe/cats-functional-data-validation](https://github.com/gvolpe/cats-functional-data-validation).