Errata: Obligatory Assignment, part 2: Haskell

Page 3, line 7
In the following sentence, "online" and "offline" should be switched, i.e., the sentence
You must now implement the function ratio which is defined to be the number of accommodated reservations in the online case divided by the number of accommodated reservations in the offline case.
should be changed to
You must now implement the function ratio which is defined to be the number of accommodated reservations in the offline case divided by the number of accommodated reservations in the online case.

Last modified: Sat Nov 29 10:17:54 CET 2008
Kim Skak Larsen (kslarsen@imada.sdu.dk)