paulyoung / purescript-corefn

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

Bindings and module declarations #25

Closed paulyoung closed 7 years ago

paulyoung commented 7 years ago

As 359ac22 explains, this currently only works for non-recursive bindings. I may merge this anyway and come back to those.

I tried finding a minimal example of a mutually-recursive binding (MutRec, MutRec2, MutRec3) but I was confused by the output when using --dump-corefn.

@paf31, do you have any suggestions for a minimal example?

paulyoung commented 7 years ago

Support for mutually recursive bindings is being tracked in https://github.com/paulyoung/purescript-corefn/issues/27.