purescript / purescript-prelude

The PureScript Prelude
BSD 3-Clause "New" or "Revised" License
162 stars 88 forks source link

Implement `ap` in terms of `Bind` #229

Closed hdgarrood closed 4 years ago

hdgarrood commented 4 years ago

Note that this should be non-breaking since ap is now re-exported from Control.Monad.

Fixes #158