(define (premier x y) (x)) (premier (lambda () (print "salut")) (lambda () (print "bonjour")) )