pub fn type_check_expression(
ast: impl Into<Arc<Expression>>,
opts: ExpressionTypeCheckOptions,
) -> WithTranslationErrors<TypedExpression>Expand description
Type-check an expression AST node with configurable options.
pub fn type_check_expression(
ast: impl Into<Arc<Expression>>,
opts: ExpressionTypeCheckOptions,
) -> WithTranslationErrors<TypedExpression>Type-check an expression AST node with configurable options.