bldc/tests/test_partial_1.lisp

4 lines
74 B
Common Lisp

(define f (lambda (x y z w) (+ x y z w)))
(check (= (((f 1) 2) 3 4) 10))