aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-09-10 14:11:18 +0000
committerGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-09-10 14:11:18 +0000
commit14af99a0b08837fff78e6e4e161d81e8dd936def (patch)
treeba93bc7f12f306058192a6f0f45536038e8e4a77 /tactics
parent26ad2343cccb08f5352dcd45043a58f49d11fa7f (diff)
add_new_morphism has now a new argument that is the signature
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6093 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r--tactics/setoid_replace.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli
index e41728ead..afeb304d3 100644
--- a/tactics/setoid_replace.mli
+++ b/tactics/setoid_replace.mli
@@ -32,4 +32,6 @@ val add_relation :
val add_setoid : constr_expr -> constr_expr -> constr_expr -> unit
-val new_named_morphism : Names.identifier -> constr_expr -> unit
+val new_named_morphism :
+ Names.identifier -> constr_expr -> (constr_expr list * constr_expr) option ->
+ unit