(define impc:ir:compiler:heap-alloc (lambda (ast types hint?) (if (= (length ast) 1) (impc:ir:compiler:heap-alloc-without-size ast types hint?) (impc:ir:compiler:heap-alloc-with-size ast types hint?))))