[Haskell-cafe] Functional dependencies conflict

Daniel Trstenjak daniel.trstenjak at gmail.com
Sun Apr 5 12:54:36 UTC 2015


On Sun, Apr 05, 2015 at 03:25:01PM +0300, Roman Cheplyaka wrote:
> Data.ByteString.Lazy.Char8 exports the same lazy bytestring type as
> Data.ByteString.Lazy. Only functions and instances differ.

So my only option in this case is to define a newtype wrapper
for Data.ByteString.Lazy and then define a Stream instance on this one?


Greetings,
Daniel


More information about the Haskell-Cafe mailing list