Exercise Notes
Exercise 3.3.1 The = operator works on numbers, only, so trying to test a Boolean function using the pattern
(= (in-interval-1? 0) false)
(not (in-interval-1? 0))