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