impc:ti:set-xtmacro-docstring   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm

Implementation

(define impc:ti:set-xtmacro-docstring
  (lambda (xtmacro-name docstring)
    (let ((xtmacro-data (assoc-strcmp xtmacro-name *impc:ti:xtmacro-cache*)))
      (if xtmacro-data (vector-set! (cdr xtmacro-data) 0 docstring) #f))))


Back to Index