Skip to content

Instantly share code, notes, and snippets.

@joastbg
Created November 13, 2013 20:50
Show Gist options
  • Select an option

  • Save joastbg/7456169 to your computer and use it in GitHub Desktop.

Select an option

Save joastbg/7456169 to your computer and use it in GitHub Desktop.
Haskell - Zlib example
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