But we often use a slightly different, equivalent syntax for function definitions, where the 'lambda' is implicitly specified
(define f (lambda (p1 p2) ...))
(define (f p1 p2) ...)