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