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