uncurrying

<programming>

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.

Last updated: 1998-07-02

Nearby terms:

uncountableuncurryuncurryingundefinedundefined external reference

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading