]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTactic.mli
deps fixed
[helm.git] / helm / software / components / tactics / autoTactic.mli
index fe72629f02ba338155cfee7eadea102410177954..44209bc02d4787b23124abd498f1dabd69a30fe1 100644 (file)
@@ -25,7 +25,9 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
-  dbd:HMysql.dbd -> unit ->
-  ProofEngineTypes.tactic
+ params:(string * string) list 
+  -> dbd:HSql.dbd 
+  -> universe:Universe.universe
+  -> ProofEngineTypes.tactic
 
+val pp_proofterm: Cic.term -> string