English Dictionary
◊ DID YOU MEAN INCURRING?
incurring
n : acquiring or coming into something (usually undesirable):
"incurring debts is easier than paying them"
English Computing Dictionary
◊ UNCURRYING
uncurrying
Transforming a {curried function} of the form
f x y z ◦ ... to one of the form f (x,y,z) ◦ ... , i.e. all
{arguments} are passed as one {tuple}.
(1998-07-02)