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