> > 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.