Re: [Haskell-cafe] A 3 line program. Preprocessor?

2009-10-27 Thread Svein Ove Aas
On Tue, Oct 27, 2009 at 3:57 PM, Philippos Apolinarius wrote: > > In a private email to Ketil Malde, I said that Ocaml programmers use the > preprocessor to solve the problem of character encoding: > > ocamlopt -pp myfilter.exe myprogram.ml -o myoutput.exe > > I wonder whether a similar solution

Re: [Haskell-cafe] A 3 line program. Preprocessor?

2009-10-27 Thread Philippos Apolinarius
In a private email to Ketil Malde, I said that Ocaml programmers use the preprocessor to solve the problem of character encoding: ocamlopt -pp myfilter.exe myprogram.ml -o myoutput.exe I wonder whether a similar solution could be used with Haskell. I am new to Haskell, but I suppose that Haskel