id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
48	parsing of code blocks in LaTeX-style literate programs	sebf@…	nibro	"GHC is more liberal when parsing LaTeX-style literate programs. For example, I usually define a command to hide code from LaTeX and use it like this:

{{{
\hidden{
\begin{code}
\end{code}}
}}}

GHC accepts it, HSE only parses it if I rewrite it like this:

{{{
\hidden{
\begin{code}
\end{code}
}
}}}"	bug report	closed	trivial	Full code support	parser	0.5.6	fixed		sebf@…
