impc:ti:bang-type?   scheme


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

Implementation

;; should this be called impc:ti:generic-type? is the presence of a
;; bang (!) the only thing to check?
(define impc:ti:bang-type?
  (lambda (type)
    (string-contains? (atom->string type) "!")))


Back to Index