[Haskell-beginners] PutStrLn

Felipe Almeida Lessa felipe.lessa at gmail.com
Tue Apr 10 18:06:36 CEST 2012


Its definition is just

  putStrLn str = putStr (str ++ "\n")

No kind of formatting is applied.

Cheers,

-- 
Felipe.



More information about the Beginners mailing list