On 29 June 2011 06:46, Dan Knapp <[email protected]> wrote:
> That sounds a lot easier than doing a preprocessor from scratch, so

I would quite like a Haskell-specific preprocessor because the current
GCC CPP even has problems if you use identifiers containing single '
characters within macros. So this use of an ASSERT macro will fail
obscurely:

ASSERT(isFooBar x', ppr x')

It's kind of annoying to have to rename your identifiers when this happens.

Max

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to