Minimal example: Say I have the higher-order function
const my_fn = (a) => (b) => a + b
that, when called like so:
<