Generic Function: FETCH-TAL-VALUE

Documentation

Return the value associated with NAME in the binding set BINDING.

Source

(defgeneric fetch-tal-value (name binding)
  (:documentation "Return the value associated with NAME in the
  binding set BINDING."))
Source Context