What would you want the following to return? (eq? (lambda (x) (let ((y x)) y)) (lambda (z) (let ((w (lambda () z))) (w))))