Created
November 13, 2013 20:50
-
-
Save joastbg/7456169 to your computer and use it in GitHub Desktop.
Haskell - Zlib example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import qualified Data.ByteString.Lazy as B | |
| import qualified Codec.Compression.Zlib as Zlib | |
| Zlib.decompress <$> Zlib.compress <$> B.readFile "sample.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment