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