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