If you disable auto currying that also applies to dependencies, and it won’t work with the new ReScript packages like core.
Currying is still part of the language, but you have to opt each function into it. It can be a pain if you have to migrate a large code base, but old versions are still around and should continue to function.