Open
Description
In {-# SCC #-}
annotation, The double quotes can be omitted if name is a Haskell identifier. But current haskell-src-exts doesn't support this feature. As presented in tests/examples/Ppr048.hs
, when quotes are omitted we get a parser error.
{-# SCC foo #-}
foo :: Int -> Int
foo x = x
Related issue: mihaimaruseac/hindent#408.