Skip to main content

lemma_parser_congruent_apply

Function lemma_parser_congruent_apply 

Source
pub broadcast proof fn lemma_parser_congruent_apply<A, B>(a: A, b: B, input: Seq<u8>)
where A: SpecParser, B: SpecParser<PVal = A::PVal>,
Expand description
requires
parser_congruent(a, b),
ensures
#[trigger] a.spec_parse(input) == #[trigger] b.spec_parse(input),