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