6 Mar
2009
6 Mar
'09
5:22 p.m.
I'd be more interested in a kitchen-sink "List" class. ByteString, ByteString.Lazy, Text, [a], and the pending Text.Lazy all support the basic operations of lists of a particular type. It'd be a fairly huge dictionary by the current API design of those however. Its just a reiteration of the classic "Collection" class example.
Like this? http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike Sean