Conversation

Functional Programming Twitter: do we have a term for the function given to a HOF? E.g., if I call `map` on `f`, what would you call `f`? The "provided" function? The function "parameter" (messy around parametric polymorphism)? Something else?
62
75