Exercise 4.32. Give some examples that illustrate the difference between the streams of chapter 3 and the ``lazier'' lazy lists described in this section. How can you take advantage of this extra laziness? ———————————————————————————————————————————————————————————————————————— As mentioned, trees or any other structure built from pairs can be created with these lazy pairs and benefit from laziness. An interesting application would be ...