For starters, we can say that AppPartial is only ever used with builtins, which would already clean up the generated Python tremendously. That would let us bunch together abstractions, which lets us ...
PyCurry — Currying functions in Python You want to use PyCurry if you think that currying is really cool want to force a function to only take arguments of certain types To curry a function in Python ...