]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
changed default parameter values...
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index ebbf843326b9d9f179b1e133ad6cb41528f9cbb4..a71332879534eded768911bdcedf2cf40e3877a7 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 ->
+ ProofEngineTypes.pattern ->
   ProofEngineTypes.tactic
-
-(* val auto_tac : MQIConn.handle -> ProofEngineTypes.tactic *)
-val auto_tac : dbh:Dbi.connection -> ProofEngineTypes.tactic
-