Generalize (e)feed pose proof to intro patterns
Compare changes
+ 2
− 2
@@ -427,12 +427,12 @@ Tactic Notation "efeed" constr(H) "using" tactic3(tac) :=
@@ -427,12 +427,12 @@ Tactic Notation "efeed" constr(H) "using" tactic3(tac) :=
This appears a simple oversight, since pose proof
takes an intro pattern
anyway; feed inversion
and feed destruct
already take intro patterns, and
I've been using the generalized efeed pose proof
for a while.