summaryrefslogtreecommitdiff
path: root/test-suite/output/Tactics.out
blob: 19c9fc4423f6508291c0075569a263c626b0d1d8 (plain)
1
2
3
4
5
6
7
8
Ltac f H := split; [ a H | e H ]
Ltac g := match goal with
          | |- context [ if ?X then _ else _ ] => case X
          end
The command has indeed failed with message:
H is already used.
The command has indeed failed with message:
H is already used.