aboutsummaryrefslogtreecommitdiff
path: root/tactics/setoid_replace.mli
diff options
context:
space:
mode:
authorsacerdot2004-10-06 18:54:05 +0000
committersacerdot2004-10-06 18:54:05 +0000
commit9af983945cb1f2b7bcee95cab3ca55927b614b38 (patch)
treeaf62e432788714941ca6eba9a05d851ad4a80422 /tactics/setoid_replace.mli
parentc29aa4ce8fe8090ca1a84d0be020e40787149c38 (diff)
* New syntactic sugar: Add Relation ... transitivity proved by ...
now declares both the relation and the relation as a morphism, computing the appropriate signature (depending on the reflexivity of the relation). * New parameter "as ..." to Add Relation (to be able to compute the morphism name). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6189 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
-rw-r--r--tactics/setoid_replace.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli
index 1fa80953c2..0fd0548c29 100644
--- a/tactics/setoid_replace.mli
+++ b/tactics/setoid_replace.mli
@@ -59,7 +59,8 @@ val general_s_rewrite_in :
identifier -> bool -> constr -> new_goals:constr list -> tactic
val add_relation :
- constr_expr -> constr_expr -> constr_expr option -> constr_expr option -> unit
+ Names.identifier -> constr_expr -> constr_expr -> constr_expr option ->
+ constr_expr option -> constr_expr option -> unit
val add_setoid :
Names.identifier -> constr_expr -> constr_expr -> constr_expr -> unit