出典:Wiktionary
出典:『Wiktionary』 (2024/12/12 20:11 UTC 版)
partial application (countable and uncountable, plural partial applications)
出典:Wikipedia
出典:『Wikipedia』 (2011/06/07 02:07 UTC 版)
In computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity. Given the definition of f above, we might fix (or 'bind') the first argument, producing a function of type
. Evaluation of this function might be represented as fpartial(2,3). Note that the result of partial function application in this case is a function that takes two arguments.