Re: [Haskell-cafe] Container libraries

2013-01-20 Thread Alexander Solla
On Sun, Jan 20, 2013 at 11:39 AM, Ertugrul Söylemez wrote: > > What is the state of container libraries? I am looking for a library > > which provides: > > > > * unordered containers (for "operational" type safety, I don't want to > > impose orders on things that don't have them -- unordered con

Re: [Haskell-cafe] Container libraries

2013-01-20 Thread Ertugrul Söylemez
Alexander Solla wrote: > What is the state of container libraries? I am looking for a library > which provides: > > * unordered containers (for "operational" type safety, I don't want to > impose orders on things that don't have them -- unordered containers > does this) You are imposing an orde

[Haskell-cafe] Container libraries

2013-01-20 Thread Alexander Solla
Hi everybody, What is the state of container libraries? I am looking for a library which provides: * unordered containers (for "operational" type safety, I don't want to impose orders on things that don't have them -- unordered containers does this) * can handled nested containers (containers do