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