pub fn compute_expr_semantic(
    ctx: &mut ComputationContext<'_>,
    syntax: &Expr
) -> Expr
Expand description

Computes the semantic model of an expression.