]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tactics.mli
* auto_tac removed (it can be found in CVS)
[helm.git] / helm / ocaml / tactics / tactics.mli
index 2fbb409cdf35b4a79733d6766645b59177b75240..d5016dabc7829eb9f149119462226f0b4a69fcfe 100644 (file)
@@ -2,8 +2,7 @@
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
-val auto : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic
-val auto_new :
+val auto :
   ?depth:int ->
   ?width:int -> dbd:Mysql.dbd -> unit -> ProofEngineTypes.tactic
 val change : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic