impc:ti:string-check   scheme


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

Implementation

(define impc:ti:string-check
  (lambda (ast vars kts request?)
    (if (string? ast)
        (list (+ *impc:ir:si8* *impc:ir:pointer*))
        '())))


Back to Index