paulyoung / purescript-corefn

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

Case expressions #38

Closed anttih closed 6 years ago

anttih commented 7 years ago

@paulyoung This is also ready for review but should be merged only after #37. I'll rebase this if/when that PR is merged.

This implements case expressions aka pattern matching.

paulyoung commented 6 years ago

Closing in favor of #42.