Re: preprocessing printf/regex strings (like ocaml)

2002-05-12 Thread Ralf Hinze
I'm interested to know why a string translating preprocessor doesn't exist for haskell. It seems to me that it would alleviate printf and regex like problems in an convenient, elegant and type-safe manner. An example of this I came across recently was the ocaml printf statement: #

preprocessing printf/regex strings (like ocaml)

2002-05-11 Thread Oliver George
Hi Haskellers, I'm interested to know why a string translating preprocessor doesn't exist for haskell. It seems to me that it would alleviate printf and regex like problems in an convenient, elegant and type-safe manner. An example of this I came across recently was the ocaml printf