You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function decompressEither :: ByteString -> Either String ByteString,
that never throws, should be included as a courtesy. Although it can be thrown together from the stream interface in Codec.Compression.Zlib.Internal, this is both not obvious and not trivial.
The text was updated successfully, but these errors were encountered:
A function
decompressEither :: ByteString -> Either String ByteString
,that never throws, should be included as a courtesy. Although it can be thrown together from the stream interface in Codec.Compression.Zlib.Internal, this is both not obvious and not trivial.
The text was updated successfully, but these errors were encountered: