Guided Practice 6.4: inventory-total-copies-on-hand

Design the following function, using the HOF strategy with lambda:

inventory-total-copies-on-hand : BookList -> NonNegInt
GIVEN: a list of books
RETURNS: the total number of copies on hand

Use the data definition of Book from Guided Practice 6.3.

[ANSWER]


Last modified: Sat Sep 16 10:59:08 Eastern Daylight Time 2017