]> matita.cs.unibo.it Git - helm.git/commitdiff
exported new_metasenv_for_apply, needed by the paramodulation stuff...
authorAlberto Griggio <griggio@fbk.eu>
Fri, 13 May 2005 09:15:33 +0000 (09:15 +0000)
committerAlberto Griggio <griggio@fbk.eu>
Fri, 13 May 2005 09:15:33 +0000 (09:15 +0000)
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 ->