pub fn bound_pos<A: Prop, B: Prop>(f: Or<And<A, B>, Not<A>>) -> Or<B, Not<A>>
Expand description

(a ∧ b) ∨ ¬a => (b ∨ ¬a).