From 9af983945cb1f2b7bcee95cab3ca55927b614b38 Mon Sep 17 00:00:00 2001 From: sacerdot Date: Wed, 6 Oct 2004 18:54:05 +0000 Subject: * 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 --- tactics/setoid_replace.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tactics/setoid_replace.mli') 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 -- cgit v1.2.3