Skip to main content

bind_variables_of_let_assignment

Function bind_variables_of_let_assignment 

Source
pub fn bind_variables_of_let_assignment(
    root: ExprId,
    arena: &mut ExprArena,
    _types: &TypeTable,
)
Expand description

Arena version: assigns local VariableIds to Let nodes and propagates them to matching Identifier use-sites.