Arc Cross Reference

listtab

[procedure] listtab al

(def listtab (al)
  (let h (table)
    (map (fn ((k v)) (= (h k) v))
         al)
    h))