So I decided to actually sit down and Learn Me a Haskell.
Worked through the first few sections. Kind of what I knew already except I think I’m getting a glimmer of why Currying / Partial Application is a good idea, at least in that it’s a very concise way of making higher-order functions on the fly.
Eg. :
Haskell