aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq/multiple/a.v
blob: 253db19d86f68f11ff12216581ebe82663c07b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
(* Simple tests for multiple 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_a.