bldc/tests/test_partial_4.lisp

10 lines
146 B
Common Lisp

;; Partial application has been removed
;;(define f (lambda (x y z w) (+ x y z w)))
;;(define g (f 1 2))
;;(check (= ((g 3) 4) 10))
(check t)