purescript / documentation

Documentation for the PureScript language, compiler, and tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing extensions in differences from Haskell

kl0tl opened this issue · comments

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:

I think we should include any extension that applies.