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