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.

(1998-07-02)

Try this search on Wikipedia, OneLook, Google

Nearby terms: uncompression « uncountable « uncurry « uncurrying » undefined external reference » underflow » Undernet


Copyright 2010 Denis Howe