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