impc:ir:poly-or-adhoc?   scheme


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

Implementation

(define impc:ir:poly-or-adhoc?
  (lambda (name)
    (regex:match? name "(_adhoc_|_poly_)")))


Back to Index