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