aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/ClearAll.v
blob: 96c208876c2256142662f98904b408dfb0d57888 (plain)
1
2
3
4
Ltac clear_all :=
  repeat match goal with
         | [ H : _ |- _ ] => clear H
         end.