diff options
| author | sacerdot | 2004-09-30 12:32:16 +0000 |
|---|---|---|
| committer | sacerdot | 2004-09-30 12:32:16 +0000 |
| commit | 03a61c73a53ce64b8334cefd0df9041bf891d15b (patch) | |
| tree | 62291e11696f5796c07a2bf9fbb7be0857affd77 /tactics/setoid_replace.mli | |
| parent | d723362607c3746944f2a67ecc58601b2ab64be3 (diff) | |
Proof term size optimization: setoid_rewrite H where H is an application of
Leibniz equality and no side conditions are imposed by the user simply
calls the rewrite tactic. This was already done for setoid_replace/replace.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6164 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index 0a8405d039..d815954ec4 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -18,6 +18,7 @@ type morphism_signature = (bool option * constr_expr) list * constr_expr val pr_morphism_signature : morphism_signature -> Pp.std_ppcmds val register_replace : (constr -> constr -> tactic) -> unit +val register_general_rewrite : (bool -> constr -> tactic) -> unit val print_setoids : unit -> unit |
