]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/primitiveTactics.mli
snapshot (first version in which some extensions work, e.g. infix +)
[helm.git] / helm / ocaml / tactics / primitiveTactics.mli
index 6538946375ed953be4f0c468bef6fa99d1237be4..e06e9cf580f8a6720f0646b68be2635b2dbf5f27 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 ->
@@ -47,6 +52,8 @@ val letin_tac:
 
 val elim_intros_simpl_tac:
   term: Cic.term -> ProofEngineTypes.tactic 
+val elim_intros_tac:
+  term: Cic.term -> ProofEngineTypes.tactic 
 
 val change_tac:
   what: Cic.term -> with_what: Cic.term -> ProofEngineTypes.tactic