;; closure with number of args
(define t:closure-size? (lambda (f num)
(if (string? f) (set! f (impc:ir:get-type-from-pretty-str f)))
(and (impc:ir:closure? f)
(t:elts? f num))))