Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
65013 commits behind the upstream repository.
Simon Marlow's avatar
Simon Marlow authored
When not profiling,  parse   `_scc_ "string" e'  as `(e)', not just `e'.

Rationale:  scc expressions are defined as extending as far to the
right as possible, and if we simply remove the _scc_ part the parse
looks awfully strange to the renamer which tends to fall over.
34bd3cb9
History