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