Method: ((SETF FETCH-TAL-VALUE) T T LIST)

Source

(defmethod (setf fetch-tal-value) (value name (binding-set list))
  (declare (ignore value))
  (error 'unsettable-tal-variable :variable-name name :environment binding-set))
Source Context