aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/print_ltac.out
blob: 952761acca958395ba844e6dfe5e6014c8ffaed0 (plain)
1
2
3
4
5
6
7
8
Ltac t1 := time "my tactic" idtac
Ltac t2 := let x := string:("my tactic") in
           idtac
           x
Ltac t3 := idtacstr "my tactic"
Ltac t4 x := match x with
             | ?A => (A, A)
             end