nonempty-vector v0.2.0.0 Release Notes

Release Date: 2019-11-01 // over 4 years ago
    • ✂ Remove naughty Generic, and Alternative instances as they can construct empty NonEmptyVectors

    • Handwritten Read and Read1 instances with safe cons

    • ➕ Added uncons, unsnoc, replicate1, generate1, iterateN1, unsafeCreate, unsafeCreateT, unfoldr1, unfoldr1N, unfoldr1M, unfoldr1NM,

    • ➕ Added unsafeFromList, unsafeFromVector, and fromNonEmptyN1

    • ➕ Add ifilterM

    • ➕ Add doctests for all new functions + many familiar ones