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