diff options
| author | sacerdot | 2004-09-29 13:06:57 +0000 |
|---|---|---|
| committer | sacerdot | 2004-09-29 13:06:57 +0000 |
| commit | a3ebf0bc16223643a7cdf5da69b4c6a319bad73c (patch) | |
| tree | 7cc42c68030f0c8177773b8956ccd9266f06d38f /tactics/setoid_replace.ml | |
| parent | bef5058398fc59c4b010977967d9a58730e62e1b (diff) | |
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
Diffstat (limited to 'tactics/setoid_replace.ml')
| -rw-r--r-- | tactics/setoid_replace.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }) |
