]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/primitiveTactics.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / primitiveTactics.mli
index 5f608beb9143982e3359fd52e33ca1c8769c199d..01d200eb76ece2859d1e460e7f6447bfda339729 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
+(* 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 :
   term:Cic.term ->