paulyoung / purescript-corefn

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

Don't derive Show instances for newtypes #51

Closed paulyoung closed 6 years ago

paulyoung commented 6 years ago

This ensures things like:

ModuleName [ ProperName "Data", ProperName "Show" ]

instead of:

[ "Data", "Show" ]