Skip to content

Releases: emilypi/nonempty-vector

v0.2.1.0

19 Nov 19:13
bb50d07
Compare
Choose a tag to compare

0.2.1.0

  • Added consV and snocV 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.

v0.2.0.0

01 Nov 02:23
Compare
Choose a tag to compare

Fixes from 0.1.x include fully fleshed out NonEmpty API, removal of naughty derived instances.