arc> (assoc 'k2 mylist) (k2 v2)
arc> (= ((assoc 'k2 mylist) 1) 'foo) foo arc> mylist ((k1 v1) (k2 foo) (k3 v3))