]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
* auto_tac removed (it can be found in CVS)
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 14627a4a336462c22bded04a8dc0e9cfbba08623..90f958e7ba0e0fa07ba4d6913ec074239df6a11d 100644 (file)
@@ -24,9 +24,6 @@
  * http://cs.unibo.it/helm/.
  *)
 
-val auto_tac : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic
-
-val auto_tac_new:
+val auto_tac:
   ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit ->
     ProofEngineTypes.tactic
-