pub fn in_left_arg<A: Prop, B: Prop, C: Prop>(
    (x, y): And<A, B>,
    g: Imply<A, C>
) -> And<C, B>
Expand description

(a ∧ b) ∧ (a => c) => (c ∧ b).