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