aboutsummaryrefslogtreecommitdiff
path: root/tactics/setoid_replace.mli
diff options
context:
space:
mode:
authormsozeau2008-09-03 14:45:58 +0000
committermsozeau2008-09-03 14:45:58 +0000
commitd1372d531ff912fe726ed4a79ac556d378a37375 (patch)
tree1e795415becf2c31251cc07d4fceab19e13d8618 /tactics/setoid_replace.mli
parent4da5cd28c6080ceeb66acc2163cf10a43e8bcade (diff)
Fix bug #1935, reworking the reflexivity, symmetry... tactics to use
the same typeclass method application tactic that's available to users. Modify a bit the _red tactics to accomodate the new setup and comment some dead code in setoid_replace. Next step is removing it completely. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11355 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
-rw-r--r--tactics/setoid_replace.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli
index 244e02dd43..e1ab9255da 100644
--- a/tactics/setoid_replace.mli
+++ b/tactics/setoid_replace.mli
@@ -64,10 +64,10 @@ val general_s_rewrite :
val general_s_rewrite_in :
identifier -> bool -> occurrences -> constr -> new_goals:constr list -> tactic
-val setoid_reflexivity : tactic
-val setoid_symmetry : tactic
-val setoid_symmetry_in : identifier -> tactic
-val setoid_transitivity : constr -> tactic
+(* val setoid_reflexivity : tactic *)
+(* val setoid_symmetry : tactic *)
+(* val setoid_symmetry_in : identifier -> tactic *)
+(* val setoid_transitivity : constr -> tactic *)
val add_relation :
Names.identifier -> constr_expr -> constr_expr -> constr_expr option ->