#(f) => { #(x) => { == f(x) ==> } }
(lambda (f) (lambda (x) (f x) ) )
lambda { |f| lambda {|x| f[x] } }
Last updated 2 years ago