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