summaryrefslogtreecommitdiff
path: root/test-suite/output/Tactics.out
blob: 287e848831a92c70d4f02a758a7d4403aa4e0565 (plain)
1
2
3
4
5
6
intro H; split; [  a H |  e H ].

intros; match goal with
        | |- context [if ?X then _ else _] => case X
        end; trivial.