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