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