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