]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
removed a useless printing
[helm.git] / components / tactics / autoTactic.mli
index 2070116488d577308330a210a0c860f0fd53bfe9..fadb603ebf484a5c90c4d60e9a360f10e3b3106d 100644 (file)
@@ -25,8 +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 applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic
+val pp_proofterm: Cic.term -> string