Skip to main content

match_proof_pattern

Function match_proof_pattern 

Source
pub fn match_proof_pattern(
    pattern: &Node,
    candidate: &Node,
    subs: &mut HashMap<String, Node>,
) -> bool