[Haskell-cafe] Byte Histogram
Alexey Khudyakov
alexey.skladnoy at gmail.com
Sun Feb 6 22:56:35 CET 2011
On 07.02.2011 00:37, Johan Tibell wrote:
>> Also there is a container-classes package which provide set of type class
>> for containers.
>
> I'd like to avoid MPTC and fundeps if possible.
>
I think haskell2010's type system is just not expressive enough to
create interface generic enough. It's not possible to create type class
which will work for both ByteStrings (or IntSet) and lists.
More information about the Haskell-Cafe
mailing list