assqdel
(assqdel obj alst)
Description:
Deletes pair who's car is obj from alst. Matches using eq?
Arguments:
o -- any scheme object
al -- an associated list
Returns: associated list with pair who's car is o removed
Examples:
(assqdel 'a '((a . b) (c . d))) => ((c . d))