impc:ti:get-builtin-docstring   scheme


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

Implementation

(define impc:ti:get-builtin-docstring
  (lambda (builtin-name)
    (let ((builtin-data (assoc-strcmp builtin-name *impc:ti:builtin-cache*)))
      (if builtin-data (vector-ref (cdr builtin-data) 1) #f))))


Back to Index