diff options
| author | sacerdot | 2004-10-19 08:38:34 +0000 |
|---|---|---|
| committer | sacerdot | 2004-10-19 08:38:34 +0000 |
| commit | 75d8a2039464b698b9ba9dd4c88a375e7825e507 (patch) | |
| tree | c8ad5bb9733fff513d83e6850ba0c834019d4841 /tactics/setoid_replace.mli | |
| parent | 497927ba1aa160f8a85da1ab42b410604e5af483 (diff) | |
Proof term size reduction (again).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6241 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index 9ebddd1152..426ff6edd8 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -20,7 +20,8 @@ type relation = rel_sym: constr option; rel_trans : constr option; rel_quantifiers_no: int (* it helps unification *); - rel_X_relation_class: constr + rel_X_relation_class: constr; + rel_Xreflexive_relation_class: constr } type 'a relation_class = |
