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