X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FprimitiveTactics.mli;h=01d200eb76ece2859d1e460e7f6447bfda339729;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=6dac987248f579b05506c8df855e2159914e9b60;hpb=249d79bebff886846fbab65cc079623d90684baf;p=helm.git diff --git a/helm/ocaml/tactics/primitiveTactics.mli b/helm/ocaml/tactics/primitiveTactics.mli index 6dac98724..01d200eb7 100644 --- a/helm/ocaml/tactics/primitiveTactics.mli +++ b/helm/ocaml/tactics/primitiveTactics.mli @@ -23,10 +23,10 @@ * http://cs.unibo.it/helm/. *) -(* ALB needed for paramodulation... *) -val new_metasenv_for_apply: - int -> ProofEngineTypes.proof -> Cic.context -> Cic.term -> - Cic.term * Cic.metasenv * Cic.term list * int +(* ALB, needed by the new paramodulation... *) +val apply_tac_verbose_with_subst: + term:Cic.term -> ProofEngineTypes.proof * int -> + Cic.substitution * (ProofEngineTypes.proof * int list) (* not a real tactic *) val apply_tac_verbose :