valeri/example.vli

3 lines
96 B
Text

;; Check that lambdas can be passed as arguments
((lambda (f y) (f y)) (lambda (x) (* x x)) 2)