summaryrefslogtreecommitdiff
path: root/test-suite/output/Tactics.out
blob: 239edd1da3c23952557d7a58b2843382448cc22d (plain)
1
2
3
4
Ltac f H := split; [ a H | e H ]
Ltac g := match goal with
          | |- context [ if ?X then _ else _ ] => case X
          end