diff options
| author | sacerdot | 2004-09-30 17:21:01 +0000 |
|---|---|---|
| committer | sacerdot | 2004-09-30 17:21:01 +0000 |
| commit | 4fd77a7caa5fe6e88d04ad6bb9ce4e43f5f9bd89 (patch) | |
| tree | 6d0668b08cf0d747888eef528ad42a5772f983d2 /tactics/setoid_replace.mli | |
| parent | 8a00bdd6d838f65601ed9006671a8afcb9a1890d (diff) | |
New tactic
setoid_replace ... with ... in ... [using relation ...]
[generate side conditions ...]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6166 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index 3b71708b4a..4200ff5455 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -26,6 +26,9 @@ val equiv_list : unit -> constr list val setoid_replace : constr option -> constr -> constr -> new_goals:constr list -> tactic +val setoid_replace_in : + identifier -> constr option -> constr -> constr -> new_goals:constr list -> + tactic val general_s_rewrite : bool -> constr -> new_goals:constr list -> tactic val general_s_rewrite_in : |
