From a3ebf0bc16223643a7cdf5da69b4c6a319bad73c Mon Sep 17 00:00:00 2001 From: sacerdot Date: Wed, 29 Sep 2004 13:06:57 +0000 Subject: impl is a reflexive relation (it used to be areflexive). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6154 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/setoid_replace.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/setoid_replace.ml b/tactics/setoid_replace.ml index 14a81311b9..77a5f21162 100644 --- a/tactics/setoid_replace.ml +++ b/tactics/setoid_replace.ml @@ -194,7 +194,7 @@ let coq_prop_relation2 = Relation { rel_a = mkProp ; rel_aeq = Lazy.force coq_impl ; - rel_refl = None; + rel_refl = Some (constant ["Setoid"] "impl_refl") ; rel_sym = None }) -- cgit v1.2.3