5 lines
63 B
Text
5 lines
63 B
Text
|
|
(defun g (x)
|
||
|
|
(lambda (y)
|
||
|
|
(lambda (z)
|
||
|
|
(f x y z))))
|