I’m preparing our codebase to support the next ReScript version and noticed an issue with lenses-ppx (we use it a lot with our form system) producing curried code.
I tried (naively) to just force the arity with the dot “.” (using AI to help me setup everything) but I don’t understand what’s missing