v2.0.0
- Updated dependencies
unsafeIndex
is exported fromData.Array
rather thanData.Array.Partial
now- Array-specialised
replicate
is back - Added stack safe version of
foldM
-foldRecM
(@jutaro) - Array now re-exports functions from
Foldable
andTraversable
that might otherwise seem to be missing (@Risto-Stevcev)