RE: Template Haskell and the command line

2003-12-18 Thread Simon Peyton-Jones
DEBUG=yes ghc -fth Foo.hs Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-users- | [EMAIL PROTECTED] On Behalf Of George Russell | Sent: 02 December 2003 15:32 | To: [EMAIL PROTECTED] | Subject: Template Haskell and the command line | | Template Ha

RE: Template Haskell and the command line

2003-12-08 Thread Simon Marlow
> Template Haskell is frightfully good and we want to get rid of cpp and > use it instead, but there's one tiny problem, namely that for cpp it > is possible to define variables on the command line > (-DSIMON=MARLOW and so > on) while with Template Haskell it doesn't seem to be. Could there be

Template Haskell and the command line

2003-12-02 Thread George Russell
Template Haskell is frightfully good and we want to get rid of cpp and use it instead, but there's one tiny problem, namely that for cpp it is possible to define variables on the command line (-DSIMON=MARLOW and so on) while with Template Haskell it doesn't seem to be. Could there be some kind of