Generic Function: PREPROCESS-TAL

Documentation

Returns the source code which a certain TAL name will expand into. Used for debugging tal code.

Source

(defgeneric preprocess-tal (generator name)
  (:documentation "Returns the source code which a certain TAL
  name will expand into. Used for debugging tal code."))
Source Context