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