diff options
| author | sacerdot | 2004-09-29 14:51:29 +0000 |
|---|---|---|
| committer | sacerdot | 2004-09-29 14:51:29 +0000 |
| commit | a33f08f8060f99a6ccc33f049ea3c52fc028b3c0 (patch) | |
| tree | 60aa93c22efed3c76be3eee3fc3a1cd82cfc7eda /tactics/setoid_replace.mli | |
| parent | c3a4c70688db675c79878df33b4210a4315baf54 (diff) | |
New syntax
"setoid_rewrite dir term generate side conditions constr_list"
to specify a list of side conditions that must be a subset of the generated
new goals. Used to disambiguate in case of multiple set of generated
side conditions.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6157 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index eb2112a3b5..5e08ffeaab 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -23,13 +23,9 @@ val print_setoids : unit -> unit val equiv_list : unit -> constr list -val setoid_replace : constr -> constr -> tactic +val setoid_replace : constr -> constr -> new_goals:constr list -> tactic -val setoid_rewriteLR : constr -> tactic - -val setoid_rewriteRL : constr -> tactic - -val general_s_rewrite : bool -> constr -> tactic +val general_s_rewrite : bool -> constr -> new_goals:constr list -> tactic val add_relation : constr_expr -> constr_expr -> constr_expr option -> constr_expr option -> unit |
