uncurry

from The Free On-line Dictionary of Computing (8 July 2008)
uncurrying
uncurry

   <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)
    

[email protected]