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