Skip to content

v0.5.0

Choose a tag to compare

@aspiwack aspiwack released this 07 Apr 08:52
· 4 commits to master since this release
83a781a

Full Changelog

Headline changes

  • Data.List.Linear.{take,drop} take one list element too many #484
  • Remove pull array index (unsafe), add uncons. #475 (sjoerdvisscher)
  • Adds missing Data.Num.Linear.* instances for Word, Integer, Natural, Float, Word8/16/32/64 Int8/16/32/64 #467 (Qqwy)
  • In scope-passing style: use a Movable b instead of Ur b (it's fully backward compatible compatible)#473 (aspiwack)

Miscellaneous