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