Skip to content

v7.2.2

Latest

Choose a tag to compare

@Unisay Unisay released this 14 Jun 10:13
· 14 commits to master since this release
v7.2.2
2e23f64

Fix Array Semigroup append: concatArray used table.concat (string join) instead of concatenating two arrays. Breaks Array <> and downstream (e.g. traverse over the Array applicative, foldable-traversable). Fixed element-wise. (#4 by @Renegatto)