]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
Dead code removed.
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 15ed54d1dd9da2f9912ef097464108ca7c15522e..fe72629f02ba338155cfee7eadea102410177954 100644 (file)
@@ -24,5 +24,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
-val auto_tac : dbd:Mysql.dbd -> ProofEngineTypes.tactic
-val auto_tac_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic
+val auto_tac:
+  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
+  dbd:HMysql.dbd -> unit ->
+  ProofEngineTypes.tactic
+