chickadee » data-structures » alist-ref

(alist-ref KEY ALIST [TEST [DEFAULT]]) procedure

Looks up KEY in ALIST using TEST as the comparison function (or eqv? if no test was given) and returns the cdr of the found pair, or DEFAULT (which defaults to #f).