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