(define impc:ir:other? (lambda (type) (let ((t (impc:ir:str-list-check type))) (if (string? t) #f (if (= t *impc:ir:other*) #t #f)))))