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