Skip to main content

recognize_invariant_pattern

Function recognize_invariant_pattern 

Source
pub fn recognize_invariant_pattern(
    val: &LcnfLetValue,
    body_vars: &HashSet<LcnfVarId>,
) -> Option<InvariantPattern>
Expand description

Try to recognize the invariant pattern of a LcnfLetValue, given the set of variables defined inside the loop.