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