pub broadcast proof fn lemma_array_parser_congruence<A: SpecParser, B: SpecParser<PVal = A::PVal>, const N: usize>(
a: A,
b: B,
)Expand description
requires
parser_congruent(a, b),ensures#[trigger] parser_congruent(Array::<N, A>(a), Array::<N, B>(b)),