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.