pub fn compute_expr_block_semantic(
ctx: &mut ComputationContext<'_>,
syntax: &ExprBlock,
) -> Maybe<Expr>
Expand description
Computes the semantic model of an expression of type ast::ExprBlock.
pub fn compute_expr_block_semantic(
ctx: &mut ComputationContext<'_>,
syntax: &ExprBlock,
) -> Maybe<Expr>
Computes the semantic model of an expression of type ast::ExprBlock.