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