From 283b030353bee1a0a87cb6b67d492adb5dd31979 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 12 Feb 2007 10:31:53 +0000 Subject: Autres passages de Set à Type dans Relations et Wellfounded MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9642 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Relations/Rstar.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Relations') diff --git a/theories/Relations/Rstar.v b/theories/Relations/Rstar.v index 8dfacf2cf..095c94cfe 100644 --- a/theories/Relations/Rstar.v +++ b/theories/Relations/Rstar.v @@ -87,7 +87,7 @@ Section Rstar. (** Property of Commutativity of two relations *) - Definition commut (A:Set) (R1 R2:A -> A -> Prop) := + Definition commut (A:Type) (R1 R2:A -> A -> Prop) := forall x y:A, R1 y x -> forall z:A, R2 z y -> exists2 y' : A, R2 y' x & R1 z y'. -- cgit v1.2.3