pub fn from_or<A: DProp, B: DProp>(f: Or<Not<A>, B>) -> Imply<A, B>
Expand description

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