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