Skip to main content

lemma_parser_congruent_intro

Function lemma_parser_congruent_intro 

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