impc:ti:coerce-check   scheme


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

Implementation

(define impc:ti:coerce-check
  (lambda (ast vars kts request?)
    (impc:ti:type-check (cadr ast) vars kts #f)
    (list (caddr ast))))


Back to Index