Comment made by: jasonjckn
Currying iterate seems useless, albeit not harmful.
While implementing repeat, I couldn't use currying. Because 1-arity is already reserved for infinite repeat ((link: n x] and [x], not [n x] and [n) if currying)
How about we just support currying for functions where last param is reducible?