impc:ti:get-polyfunc-docstring   scheme


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

Implementation

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


Back to Index