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