Parsley Cats 1.2.0
Moved the catsinstances
into a parsley.cats
package, and also created parsley.cats.combinator
, which contains variants of parsley
's regular iterative combinators that return the cats
NonEmptyList
type when applicable.
What's Changed
- Moved
catsinstances
tocats.instances
by @j-mie6 in #4 - Combinators that return
cats.data.NonEmptyList
by @j-mie6 in #5
Full Changelog: v1.1.0...v1.2.0