purescript / documentation

Documentation for the PureScript language, compiler, and tools.
Other
1.03k stars 301 forks source link

Missing extensions in differences from Haskell #363

Closed kl0tl closed 3 years ago

kl0tl commented 3 years ago

The Extensions section of language/Differences-from-Haskell.md lists some extensions that seem mostly related to the type system, but not only: there’s also EmptyDataDecls and RebindableSyntax in there.

Do we want to keep the list focused on type system extensions? Otherwise I think the following extensions qualify for inclusion:

natefaubion commented 3 years ago

I think we should include any extension that applies.