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