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