ddea07666d
Re-type-checks function templates with concrete argument types to produce specialized TypedNodes for monomorphization. This process leverages the `check_node_as_bound` method, which is generic enough to handle different binding phases, allowing for fresh type inference from the call site.