id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3995,Comment delimiters ignored inside compiler pragma,heatsink,,"GHC accepts some pragmas that are not valid comments because of embedded comment delimiters.  If the delimiters are hidden inside an embedded comment or string, they are not recognized by the parser, but they should be according to the Haskell report.  For example, the following has one opening and three closing comment delimiters, but is accepted by the parser.

{{{
{-# RULES
 ""-}"" id 0 = 0
 -- -}
 #-}
}}}",bug,new,normal,_|_,Compiler (Parser),6.10.4,,pragma comment,,Unknown/Multiple,Unknown/Multiple,Other,,,,,
