On Thu, May 10, 2007 at 07:24:51PM +0100, Andrew Coppin wrote: > > On the other hand, parsing Haskell input is intractably hard. Whitespace > actually matters, which makes the program to parse Haskell horrendusly > complex.
Do you know about the algorithm for converting Haskell source into a whitespace-insignificant sublanguage? It's in section 9.3 of http://haskell.org/onlinereport/syntax-iso.html Thanks Ian _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
