assq

assq : (X (listof (cons X Y)) -> (union false (cons X Y)))

purpose:
to determine whether some item is the first item of a pair
in a list of pairs


Beginning Student with List Abbreviations Language