Preprocessors (was: state of the cabal (preprocessors))

Ketil Malde ketil+haskell at ii.uib.no
Wed Oct 20 05:21:52 EDT 2004


I've recently run into a problem using the preprocessor (ghc -cpp).
It seems it barfs on 's (apostrophe).  Annoying, since naming
variables something-prime is a fairly common idiom.

Is this something that has a workaround, or could be fixed?

(The specific problem is redefining 'head' in a macro
and using it like:

    let w' = head ... -- breaks

One workaround is to write it as:

    let w' = 
             head ... -- works
)

-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Libraries mailing list