Re: Literate Haskell specification

2007-05-29 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isaac Dupree wrote: > As I brought up earlier in Haskell-cafe > http://thread.gmane.org/gmane.comp.lang.haskell.cafe/20026 > , the Haskell98 specification for literate haskell (report section 9.4) > could use some work, at least clarifications (existin

Re: Literate Haskell specification

2007-04-24 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vivian McPhail wrote: > Dear Committee > > If I recall correctly, in the tex-style literate haskell specification, > code > is delimited by a > > \begin{code} > \end{code} > > This does not allow for multilanguage support in a single source file. I

Re: Literate Haskell specification

2007-04-22 Thread Vivian McPhail
Dear Committee If I recall correctly, in the tex-style literate haskell specification, code is delimited by a \begin{code} \end{code} This does not allow for multilanguage support in a single source file. It would be nice to have a single document in which we could mix English, Haskell, and, f