Skip to content

v2.0.0

Compare
Choose a tag to compare
@garyb garyb released this 07 Oct 23:08
· 178 commits to master since this release
  • Updated dependencies
  • unsafeIndex is exported from Data.Array rather than Data.Array.Partial now
  • Array-specialised replicate is back
  • Added stack safe version of foldM - foldRecM (@jutaro)
  • Array now re-exports functions from Foldable and Traversable that might otherwise seem to be missing (@Risto-Stevcev)