aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq/multiple/b.v
blob: a1a68374d977c428a1fb9e0f9daedb3f8dc33f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
(* Silly tests for automatic auto file handling *)

Goal (A,B:Prop)(and A B) -> (and B A).
Intros A B H.
Induction H.
Apply conj.
Assumption.
Assumption.
Save and_comms_b.