Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include pure variant of decompress #19

Closed
ryanreich opened this issue May 26, 2018 · 2 comments
Closed

Include pure variant of decompress #19

ryanreich opened this issue May 26, 2018 · 2 comments

Comments

@ryanreich
Copy link

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.

@ocramz
Copy link

ocramz commented Jan 26, 2019

@ryanreich see #9

@ryanreich
Copy link
Author

Following your suggestion, I think this counts as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants