impc:ti:polyfunc-exists?   scheme


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

Implementation

(define impc:ti:polyfunc-exists?
  (lambda (polyfunc-name)
    (if (assoc-strcmp polyfunc-name *impc:ti:polyfunc-cache*) #t #f)))


Back to Index