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