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