refined v0.2.0.0 Release Notes

Release Date: 2018-05-30 // almost 6 years ago
  • 🔄 Changed

    • Radical rewrite of the library, centred around 'RefineException' and the 'RefineT' monad transformer. 'validate' now has the type signature validate :: (Predicate p x, Monad m) => p -> x -> RefineT m () ### ➕ Added
    • More predicates