Skip to main content

lemma_disjoint_eof_left

Function lemma_disjoint_eof_left 

Source
pub broadcast proof fn lemma_disjoint_eof_left<P: Productive>(eof: Eof, p: P)
Expand description
requires
p.productive_inv(),
p.safe_inv(),
ensures
#[trigger] disjoint_domains(eof, p),

Eof is disjoint from a productive parser.