preprocessing printf/regex strings (like ocaml)

Jorge Adriano jadrian@mat.uc.pt
Sun, 12 May 2002 11:32:54 +0100


> > the python string notation (str % tuple) would fit really well too...
> >     putStrLn "hello %s, you got %d right" % ("oliver", 5)
>
> Might be nice.

What would be the type of putStrLn then?
J.A.