diff options
| author | sacerdot | 2004-10-01 16:34:49 +0000 |
|---|---|---|
| committer | sacerdot | 2004-10-01 16:34:49 +0000 |
| commit | afa14970a888f02719addb9d313a695b44720b11 (patch) | |
| tree | e6d12771fa42ec333ca05542ba27ae7b15d94b17 | |
| parent | 717da5261222dd40345016f80d47dde73c3f667c (diff) | |
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
| -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 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 |
