[Haskell-beginners] Haskell Output Help
Chandni Navani
chandni_ca at yahoo.com
Thu Oct 22 15:11:07 EDT 2009
I have a list of lists which all contain strings. [[String]]. I need to figure out how to print them so that after each individual string, there is a new line.
If this is the initial list [["abc", "cde"] ["fgh", "ghi"]]
[["abc"
"cde"]
["fgh",
"ghi"]]
Can anyone help me figure this out? Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20091022/0f4da085/attachment.html
More information about the Beginners
mailing list