Apply$-lambda
Used by apply$ on LAMBDA objects
When apply$ is given a consp object as its first argument
it treats it as a LAMBDA expression and calls this function to apply it.
This function evaluates the body of the object with ev$ under an alist
binding the formals of the object to the actuals. See apply$ for
details.