previous | index | next

Exercise 5.17, p. 123

Facts:
     (define integer-in-range-where-smallest
       (lambda (f a b) 
         (if (= a b)
             a
             ____ ? ____)))

previous | index | next