impc:ti:closure-or-nativefunc-exists?   scheme


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

Implementation

(define impc:ti:closure-or-nativefunc-exists?
  (lambda (closure-or-nativefunc-name)
    (or (impc:ti:closure-exists? closure-or-nativefunc-name)
        (impc:ti:nativefunc-exists? closure-or-nativefunc-name))))


Back to Index