aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq/multiple-plain/c.v
blob: 93bf989536035c967f44dd2208fe1870e3500590 (plain)
1
2
3
4
5
6
7
8
9
10
(* Simple tests for multiple file handling *)

Goal forall (A B:Prop),(A /\ B) -> (B /\ A).
  intros A B H.
  elim H.
  intros.
  split.
  assumption.
  assumption.
Save and_comms_c.