(define impc:ir:number? (lambda (type) (or (impc:ir:floating-point? type) (impc:ir:fixed-point? type))))