Skip to main content

validate_expr

Function validate_expr 

Source
pub fn validate_expr(
    expr: &LcnfExpr,
    bound: &HashSet<LcnfVarId>,
) -> Result<(), ValidationError>
Expand description

Validate an expression with respect to a set of bound variables.