]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
lapply improved
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index c27e542ff1cbbe49513d7bb13532354b46c68223..264168ed71cc8763f3fbe7bf329b18cce76bb575 100644 (file)
  *)
 
 exception AllSelectedTermsMustBeConvertible;;
-exception NotApplicableTheorem;;
 
 val assumption_tac: ProofEngineTypes.tactic
+
 val generalize_tac:
- ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list ->
+ ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+ term:Cic.term -> ProofEngineTypes.pattern ->
   ProofEngineTypes.tactic
-
-val auto_tac : 
- MQIConn.handle -> ProofEngineTypes.status ->
-   ProofEngineTypes.proof * ProofEngineTypes.goal list
-