From afa14970a888f02719addb9d313a695b44720b11 Mon Sep 17 00:00:00 2001 From: sacerdot Date: Fri, 1 Oct 2004 16:34:49 +0000 Subject: add_setoid has a new parameter used to synthesize the morphism name. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6170 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/setoid_replace.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index 4200ff5455..adc02fe94b 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -37,7 +37,8 @@ val general_s_rewrite_in : val add_relation : constr_expr -> constr_expr -> constr_expr option -> constr_expr option -> unit -val add_setoid : constr_expr -> constr_expr -> constr_expr -> unit +val add_setoid : + Names.identifier -> constr_expr -> constr_expr -> constr_expr -> unit val new_named_morphism : Names.identifier -> constr_expr -> morphism_signature option -> unit -- cgit v1.2.3