[Haskell] ANNOUNCE: cpphs-0.2

Ross Paterson ross at soi.city.ac.uk
Mon May 17 16:44:35 EDT 2004


On Sun, May 16, 2004 at 11:33:43AM +0200, Tomasz Zielonka wrote:
> 2.  #define F(x) #x
>     F(abcd efg)
> 
>     should expand to
> 
>     "abcd efg"
> 
>     not
> 
>     #abcd efg

Not a bug -- the aim is a traditional cpp.


More information about the Haskell mailing list