Cannot use a capitalized identifier in SCC
In describing the syntax for SCC names, the manual says: "The double quotes can be omitted if name is a Haskell identifier". Yet {-# SCC Capital #-} does not parse. Capital is a Haskell identifier. It's just capitalized.
We should either change the implementation or clarify the manual. Probably the latter.