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