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
After running transform on an incoming AST, there should no longer be any instances of RegularPatterns or XmlSyntax. However, if these are declared in the file through LANGUAGE pragmas (as they should), those pragmas are not removed by the transformation. This makes GHC balk on the post-transform output since it won't recognize those extensions.
The text was updated successfully, but these errors were encountered:
After running
transform
on an incoming AST, there should no longer be any instances ofRegularPatterns
orXmlSyntax
. However, if these are declared in the file through LANGUAGE pragmas (as they should), those pragmas are not removed by the transformation. This makes GHC balk on the post-transform output since it won't recognize those extensions.The text was updated successfully, but these errors were encountered: