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