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