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