-- Slide 22 myAnd b1 b2 = case (b1, b2) of (True, True) -> True (_, _) -> False