paulyoung / purescript-corefn

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

Add `Functor` instances for `Module` and friends #49

Closed joneshf closed 6 years ago

joneshf commented 6 years ago

Re: https://github.com/paulyoung/purescript-corefn/issues/44#issuecomment-386144596

paulyoung commented 6 years ago

This might interest you: https://github.com/paulyoung/purescript-corefn/pull/23

joneshf commented 6 years ago

Nice!

In all honesty, we probably also want Extend since this is an AST with annotations. Writing those instances is kind of a pain though, so I didn't do it.