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