impc:ir:other?   scheme


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

Implementation

(define impc:ir:other?
  (lambda (type)
    (let ((t (impc:ir:str-list-check type)))
      (if (string? t) #f
          (if (= t *impc:ir:other*) #t #f)))))


Back to Index