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