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