haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

Add support for the Strict extension #407

Closed ndmitchell closed 6 years ago

ndmitchell commented 6 years ago

It isn't recognised by haskell-src-exts.

ndmitchell commented 6 years ago

Concretely I expected Language.Haskell.Exts.Extension to contain both Strict and StrictData, but it doesn't appear to. I find that pretty surprising for StrictData, since HSE seems to support it...