Can Some one help explain why
(define gg (lambda (ff x) (ff x x x))
has all of these properties? Thanks
gg requires two arguments when called
gg's first argument should be a function
gg's first argument should be a function that accepts 3 arguments