]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/primitiveTactics.mli
1. PrimitiveTactics.new_metasenv_for_apply changed a little bit, moved to
[helm.git] / helm / ocaml / tactics / primitiveTactics.mli
index 6dac987248f579b05506c8df855e2159914e9b60..5f608beb9143982e3359fd52e33ca1c8769c199d 100644 (file)
  * 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
-
 (* not a real tactic *)
 val apply_tac_verbose :
   term:Cic.term ->