Errata for Chapter 3 of Programming and Meta Programming

Please report any errors to me at pearce@mathcs.sjsu.edu. Thanks.

page 113, Problem 3.6

Initial conditions for (choose n m) are repeated. Delete second occurrence.

page 116, Problem 3.18

(m-to-n m n)
   = (m ... n) if m <= n
   = () otherwise