Method: ((SETF FETCH-TAL-VALUE) T T HASH-TABLE)

Source

(defmethod (setf fetch-tal-value) (value name (ht hash-table))
  (setf (gethash name ht) value))
Source Context