summaryrefslogtreecommitdiff
path: root/theories/Wellfounded/Union.v
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /theories/Wellfounded/Union.v
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
Diffstat (limited to 'theories/Wellfounded/Union.v')
-rw-r--r--theories/Wellfounded/Union.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Wellfounded/Union.v b/theories/Wellfounded/Union.v
index 634576ad..8589c18f 100644
--- a/theories/Wellfounded/Union.v
+++ b/theories/Wellfounded/Union.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: Union.v 9245 2006-10-17 12:53:34Z notin $ i*)
+(*i $Id: Union.v 9642 2007-02-12 10:31:53Z herbelin $ i*)
(** Author: Bruno Barras *)
@@ -15,7 +15,7 @@ Require Import Relation_Definitions.
Require Import Transitive_Closure.
Section WfUnion.
- Variable A : Set.
+ Variable A : Type.
Variables R1 R2 : relation A.
Notation Union := (union A R1 R2).
@@ -72,4 +72,4 @@ Section WfUnion.
apply Acc_union; auto with sets.
Qed.
-End WfUnion. \ No newline at end of file
+End WfUnion.