
I have the impression that putStrLn adjusts its intercharacter spacing according to the length of the string to print. Can someone tell me : 1 Is it right 2 if yes , is there a function which does not apply that kind of proportionality Thank you for your help Pierre Michallet

Its definition is just putStrLn str = putStr (str ++ "\n") No kind of formatting is applied. Cheers, -- Felipe.

On Tue, Apr 10, 2012 at 11:57, Pierre Michallet
** I have the impression that putStrLn adjusts its intercharacter spacing according to the length of the string to print. Can someone tell me : 1 Is it right 2 if yes , is there a function which does not apply that kind of proportionality
putStrLn just emits text; your terminal emulator decides what font and spacing will be used. What are you really trying to do? -- brandon s allbery allbery.b@gmail.com wandering unix systems administrator (available) (412) 475-9364 vm/sms
participants (3)
-
Brandon Allbery
-
Felipe Almeida Lessa
-
Pierre Michallet