nonempty-vector v0.2.1.0 Release Notes
Release Date: 2020-11-19 // over 2 years ago-
0.2.1.0
- โ Added
consV
andsnocV
primitives for consing a vector to create a nonempty one. (#8) - Thanks @AlistairB! - โก๏ธ Updated CI and cabal support
- ๐ฆ Expose constructors in new
Data.Vector.NonEmpty.Internal
module - Modules are now marked trustworthy
@since
annotations have been added.
- โ Added
Previous changes from v0.2.0.0
-
โ Remove naughty
Generic
, andAlternative
instances as they can construct emptyNonEmptyVector
sHandwritten
Read
andRead1
instances with safe consโ Added
uncons
,unsnoc
,replicate1
,generate1
,iterateN1
,unsafeCreate
,unsafeCreateT
,unfoldr1
,unfoldr1N
,unfoldr1M
,unfoldr1NM
,โ Added
unsafeFromList
,unsafeFromVector
, andfromNonEmptyN1
โ Add
ifilterM
โ Add doctests for all new functions + many familiar ones