]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/variousTactics.mli
debian version 0.0.5-6
[helm.git] / helm / ocaml / tactics / variousTactics.mli
index 2be47c1ec25205fff13e7344bf9337afb458209f..d1da2fe98b7715d45043e355e294e75e8f03259a 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 ->
   ProofEngineTypes.tactic
 
-val auto_tac : 
- MQIConn.handle -> 
- status:ProofEngineTypes.status 
-  -> ProofEngineTypes.proof * ProofEngineTypes.goal list
+