(define impc:ti:builtin-exists? (lambda (builtin-name) (let ((res (impc:ti:get-builtin-type-str builtin-name))) (if (and res (not (null? res))) #t #f))))