]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
many strings that are supposed to be URIs are now UriManager.uri
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 0b5a9ca9b35d9dcae5b17d4a651263c09d6742d7..14627a4a336462c22bded04a8dc0e9cfbba08623 100644 (file)
@@ -24,5 +24,9 @@
  * http://cs.unibo.it/helm/.
  *)
 
-val auto_tac : ?num:int option -> dbd:Mysql.dbd -> ProofEngineTypes.tactic
-val auto_tac_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic
+val auto_tac : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic
+
+val auto_tac_new:
+  ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit ->
+    ProofEngineTypes.tactic
+