github purescript/purescript v0.6.6

latest releases: v0.15.16-1, v0.15.16-0, v0.15.15...
9 years ago

Breaking Changes

  • The syntax of record getters was changed to _.prop (@garyb)

Enhancements

  • The record part of a record updater can now be made into a wildcard, e.g. _ { foo = 1 } (@garyb)

  • Extended infix expressions are now supported, (@paf31) e.g.

    [1, 2, 3] `zipWith (+)` [4, 5, 6]
    

Bug Fixes

Don't miss a new purescript release

NewReleases is sending notifications on new releases.