ref: e730831247664c2979740105badac56fb7803a9b dir: /ghc/System/Compress.hs/
module System.Compress(compress) where compress :: String -> String compress _ = error "compress: not available with ghc"