English Dictionary
◊ UNCURVING
uncurving
adj : having no curves [syn: {uncurved}]
English Computing Dictionary
◊ DID YOU MEAN 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)