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