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