]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTactic.mli
auto => auto new everywhere + minor updates to make more tests pass
[helm.git] / helm / software / components / tactics / autoTactic.mli
index fe72629f02ba338155cfee7eadea102410177954..fadb603ebf484a5c90c4d60e9a360f10e3b3106d 100644 (file)
@@ -25,7 +25,8 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
-  dbd:HMysql.dbd -> unit ->
+  params:(string * string) list ->
+  dbd:HMysql.dbd -> 
   ProofEngineTypes.tactic
 
+val pp_proofterm: Cic.term -> string