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