functional-validation

The validation monad

Usage no npm install needed!

<script type="module">
  import functionalValidation from 'https://cdn.skypack.dev/functional-validation';
</script>

README

Functional Validation

This is an implementation of the Validation monad from Haskell and from the Scalaz library. It is also naturally a functor and an applicative.