paulyoung / purescript-corefn

A library for working with the PureScript functional core.
Apache License 2.0
23 stars 7 forks source link

Add `Functor`, `Foldable`, `Traversable` instances #23

Closed paulyoung closed 6 years ago

paulyoung commented 7 years ago

My original motivation for this was addressed with https://github.com/paulyoung/purescript-corefn/pull/21 but I think this is probably still useful to have.

paulyoung commented 7 years ago

I think it's probably also worth including Bind in this pull request.

paulyoung commented 6 years ago

Closing in favor of #42.