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