From 1ce0550e04870a5a93d464bab8c2be6fb5d2702d Mon Sep 17 00:00:00 2001 From: ppedrot Date: Wed, 31 Jul 2013 19:50:48 +0000 Subject: Typo in definition clos_refl git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16644 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Relations/Relation_Operators.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Relations') diff --git a/theories/Relations/Relation_Operators.v b/theories/Relations/Relation_Operators.v index 6e686d5c8..269949ba6 100644 --- a/theories/Relations/Relation_Operators.v +++ b/theories/Relations/Relation_Operators.v @@ -56,7 +56,7 @@ Section Reflexive_Closure. Inductive clos_refl (x: A) : A -> Prop := | r_step (y:A) : R x y -> clos_refl x y - | r_refl (y z:A) : clos_refl x x. + | r_refl : clos_refl x x. End Reflexive_Closure. -- cgit v1.2.3