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