Is this what you need?<br><br><span style="font-family: courier new,monospace;">print $ foldl (++) [] [[&quot;abc&quot;, &quot;cde&quot;], [&quot;fgh&quot;, &quot;ghi&quot;]]</span><br><br>-deech<br><br><div class="gmail_quote">
On Thu, Oct 22, 2009 at 2:11 PM, Chandni Navani <span dir="ltr">&lt;<a href="mailto:chandni_ca@yahoo.com">chandni_ca@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
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.<br><br>If this is the initial list [[&quot;abc&quot;, &quot;cde&quot;] [&quot;fgh&quot;, &quot;ghi&quot;]]<br>
[[&quot;abc&quot;<br>  &quot;cde&quot;]<br> [&quot;fgh&quot;,<br>  &quot;ghi&quot;]]<br><br>Can anyone help me figure this out? Thanks.<br><br><br><div><span style="font-weight: bold; color: rgb(64, 0, 127);"></span><br></div>
</td></tr></tbody></table><br>

      <br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br>