impc:ti:polytype-exists?   scheme


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

Implementation

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


Back to Index