purescript / purescript-prelude

The PureScript Prelude
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Change NoConstructors to newtype Void #282

Closed JordanMartinez closed 2 years ago

JordanMartinez commented 2 years ago

Description of the change

Fixes #247. I think purescript-newtype would need to add a Newtype instance for NoConstructors...?


Checklist:

thomashoneyman commented 2 years ago

I'm not sure this is a breaking change, but no harm in treating it with care. 👍