Quote: the push/enter model of the curry operator queries the stack for insufficient arguments; if so, it returns a curried function; otherwise returns a regular function
In the push/enter model, the call proceeds by … function's entry code is required to check how … function must construct a partial application and return. … the arguments are left on the stack to …
Google-1Google-2