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