On 14 February 2010 22:11, Evan Laforge <qdun...@gmail.com> wrote:

> There's still no consensus on typeclasses for collections, so these
> are all separate functions.  Has anyone taken a shot at a set of
> AT-using classes for the standard collections?


The standard collections have different shapes depending on what they
represent (maps, trees, lists, sequences) so considering Functor,
Traversable, Foldable perhaps the common operations are largely
already covered. A unifying 'collection' class might be as problematic
as good old Num is for numbers...

Best wishes

Stephen
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to