diff options
| author | sacerdot | 2004-09-13 11:52:50 +0000 |
|---|---|---|
| committer | sacerdot | 2004-09-13 11:52:50 +0000 |
| commit | 87ddee89d52f3c8e0bd10f09e45396e2fec62550 (patch) | |
| tree | c68ec7830d4dd65fcdaecce13f868a85de7a03b7 /tactics/setoid_replace.mli | |
| parent | c3abb6ab04a67d134a91e642087af20fe3ed8062 (diff) | |
The ML part of the tactic now knows about covariant and contravariant morphism
arguments. However, it still does not know about rewrite directions.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6102 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index afeb304d3f..a763f237ae 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -33,5 +33,5 @@ val add_relation : val add_setoid : constr_expr -> constr_expr -> constr_expr -> unit val new_named_morphism : - Names.identifier -> constr_expr -> (constr_expr list * constr_expr) option -> - unit + Names.identifier -> constr_expr -> + ((bool option * constr_expr) list * constr_expr) option -> unit |
