Releases: purescript-lua/purescript-lua-prelude
Releases · purescript-lua/purescript-lua-prelude
v7.2.2
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)