id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3719,Literate code with #,zenzike,,"Any literate script where the hash symbol # is in the first column of a file does not compile in ghc. 

For example, 
{{{
> foo = 1 + 2

#
}}}
will give rise to the following error:
{{{
lexical error at character '\n'
}}}

This is rather annoying, since # is used in markup languages as a heading delimiter. The example compiles fine using hugs.",bug,closed,normal,,Compiler (Parser),6.10.4,wontfix,,,Unknown/Multiple,Unknown/Multiple,GHC rejects valid program,,,,,
