monad-validate
monad-validate copied to clipboard
A Haskell monad transformer library for data validation
Results
1
monad-validate issues
Sort by
recently updated
recently updated
newest added
It would be great to have access to 'tolerated' errors AND the result value in cases where there is no catastrophic failure: ``` runValidateTtolerate :: Functor f => ValidateT a...