pub fn bind_instance_types(
root: ExprId,
arena: &ExprArena,
types: &mut TypeTable,
)Expand description
Propagates instance types from let rhs to bound identifiers. Use from the same
lower / rebuild_expr boundary as crate::Expr::infer_types.