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