]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.ml
Got rid of a few warnings.
[helm.git] / helm / ocaml / tactics / autoTactic.ml
index 6afef50e050f2fb69a5f4e7ad0b9292f7cea9dd1..bf9ade7b113daecd60b171436f045ec0e55b7c4b 100644 (file)
@@ -156,7 +156,7 @@ let rec auto dbd = function
 ;; 
 
 
-let auto_tac  ?num ~(dbd:Mysql.dbd) =
+let auto_tac ?num dbd =
   let auto_tac dbh (proof,goal) =
   debug_print "Entro in Auto";
   match (auto dbd [(proof, [(goal,depth)],None)]) with