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

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