language-haskell
language-haskell copied to clipboard
MagicHash can break export lists
module M
( T#(f#,C#,(+#))
, Int, Bool, Char )
where
(+#) breaks highlighting in the rest of the module export list.