impc:ti:void-check   scheme


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

Implementation

(define impc:ti:void-check
  (lambda (ast vars kts request?)
    (if (> (length ast) 1)
        (impc:compiler:print-compiler-error "void does not take any arguments")
        (list *impc:ir:void*))))


Back to Index