There’s no proper write up AFAIK but here are a few resources:
- ppx_spice migrates to support v11: Support uncurried on v11 by mununki · Pull Request #49 · green-labs/ppx_spice · GitHub
- rescript-relay migrates to support v11 (this is a bit simplified though because it doesn’t need to care about more than arity 1): Uncurried by zth · Pull Request #449 · zth/rescript-relay · GitHub
Also check these compiler files for more info about what has changed, and potential utils you can copy to your project to ease the transition: