|
|
|
|
|
by Hirrolot
796 days ago
|
|
Currying and partial application are dualities (think of them as function introduction/function elimination), so neither subsumes the other one. However, I agree with the wording of the original comment: when you _pass_ some arguments to a constructor and then to a method, this is (at least conceptually) partial application. |
|
Could you say more? I'm not sure I understand what you're saying here.