[Haskell-cafe] Re: instance Eq (a -> b)

Ashley Yakeley ashley at semantic.org
Sat Apr 17 18:37:26 EDT 2010


Ketil Malde wrote:
> Do we also want to modify equality for lazy bytestrings, where equality
> is currently independent of chunk segmentation?  (I.e.
> 
>   toChunks s1 == toChunks s2 ==> s1 == s2  
> 
> but not vice versa.)

Why is toChunks exposed?

-- 
Ashley Yakeley


More information about the Haskell-Cafe mailing list