pub broadcast proof fn lemma_ref_fn_parser_congruence<I, O, Spec, Exec>(
parser: &FnParser<I, O, Spec, Exec>,
)Expand description
ensures
#[trigger] parser_congruent(parser, parser.spec_fn@),Connects an executable parser callback, through the Rust reference adapter, directly to its
ghost parser. This packages the otherwise repetitive pointwise spec_parse proof.