pure-zlib-0.6.4: A Haskell-only implementation of zlib / DEFLATE

Safe HaskellNone
LanguageHaskell2010

Codec.Compression.Zlib.OutputWindow

Contents

Documentation

Orphan instances

Semigroup Int Source # 
Instance details

Methods

(<>) :: Int -> Int -> Int #

sconcat :: NonEmpty Int -> Int #

stimes :: Integral b => b -> Int -> Int #

Monoid Int Source # 
Instance details

Methods

mempty :: Int #

mappend :: Int -> Int -> Int #

mconcat :: [Int] -> Int #

Measured Int ByteString Source # 
Instance details

Methods

measure :: ByteString -> Int #