Ticket #48 (closed bug report: fixed)
parsing of code blocks in LaTeX-style literate programs
| Reported by: | sebf@… | Owned by: | nibro |
|---|---|---|---|
| Priority: | trivial | Milestone: | Full code support |
| Component: | parser | Version: | 0.5.6 |
| Keywords: | Cc: | sebf@… |
Description
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}
}
Change History
Note: See
TracTickets for help on using
tickets.
