]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/primitiveTactics.mli
exported new_metasenv_for_apply, needed by the paramodulation stuff...
[helm.git] / helm / ocaml / tactics / primitiveTactics.mli
index 6538946375ed953be4f0c468bef6fa99d1237be4..a6e506432b6a36faea874782b9754a2139041562 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 ->