pub broadcast proof fn lemma_disjoint_void_left<Other: SpecParser>(void: Void, other: Other)Expand description
ensures
#[trigger] disjoint_domains(void, other),Void accepts no input and is therefore disjoint from every parser.