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