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