>>170
じゃあさ、これが返すものは何?
(define (make_f x)
 (define (f y)
  (* x y))
  f)