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