]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/lambda.el
Merge commit 'b45fc3f6c0802be172c4e887d1cea268ce7866e0' from swiper
[gnu-emacs-elpa] / packages / context-coloring / test / fixtures / lambda.el
1 (funcall (lambda (fn a)
2 (funcall fn (lambda (fn)
3 (fn fn a) fn)) fn) 0 1)