<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>I&#39;d be more interested in a kitchen-sink &quot;List&quot; class. ByteString, ByteString.Lazy, Text, [a], and the pending Text.Lazy all support the basic operations of lists of a particular type. It&#39;d be a fairly huge dictionary by the current API design of those however. Its just a reiteration of the classic &quot;Collection&quot; class example.<br>

</div></blockquote></div><br>Like this?<br><br>  <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike</a><br><br>Sean<br>