[Haskell-cafe] Re: Parsec and network data

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Sat Aug 30 09:07:57 EDT 2008


apfelmus wrote:

> Design your language in a way that the *parse* tree does not depend on import
> statements? I.e. Chasing imports is performed after you've got an abstract
> syntax tree.

OK, that would work.

This property does not hold for Haskell,
because you need the fixities of the operators
(so, another language design error :-)

J.W.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 257 bytes
Desc: OpenPGP digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20080830/7a4bb2c4/signature.bin


More information about the Haskell-Cafe mailing list