[Haskell-cafe] Picking an architecture for a Haskell web app

Ian Lynagh igloo at earth.li
Thu May 10 14:57:20 EDT 2007


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



More information about the Haskell-Cafe mailing list