aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/SetEvars.v
blob: 471d61f60e5b45ce78f13e3c85d4224a64cf3be4 (plain)
1
2
3
4
Ltac set_evars :=
  repeat match goal with
         | [ |- appcontext[?E] ] => is_evar E; let e := fresh "e" in set (e := E)
         end.