You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a hopefully comprehensive list of the extensions added to GHC that HSE is not yet aware of.
MonadComprehensions
TraditionalRecordSyntax
Safe, Unsafe, Trustworthy
Some of these will have no syntactic impact and can thus be ticked off after having been added to Language.Haskell.Exts.Extension. Those that are syntactic in nature should each be given an issue of their own, with a reference added to the list above. When fixed, remove from list.
I intend to use this list as an evolving comparison to GHC, to keep track of how we're doing.