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