Skip to content

v0.2.1.0

Latest
Compare
Choose a tag to compare
@emilypi emilypi released this 19 Nov 19:13
· 35 commits to master since this release
bb50d07

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.