[Haskell-beginners] PutStrLn

Brandon Allbery allbery.b at gmail.com
Wed Apr 11 04:01:11 CEST 2012


On Tue, Apr 10, 2012 at 11:57, Pierre Michallet <p.michallet at free.fr> wrote:

> **
> 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 at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120410/dc1185c7/attachment.htm>


More information about the Beginners mailing list