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