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