PureScript v0.15.5 released

PureScript v0.15.5 has been released! :tada:

It includes a number of new features, notably:

  • The compiler can now derive Foldable and Traversable instances.
  • The compiler now optimizes the mkSTFn and runSTFn functions similar to mkEffectFn and runEffectFn.
  • Improved error spans for class and instance declarations.

It also includes bug fixes and internal changes, listed in the full release notes below:

Thanks to all that contributed!

21 Likes