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