The type_args of Expr/IR is empty in tvm 0.8-dev

Hi guys:

Do you know how to acquire the type_args of IR in tvm 0.8-dev? It looks like tvm 0.8 doesn’t add type_args for Expr when I call IRModule.from_expr(…)

Thank you very much.