]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
1. Stricter controls implemented in injection.
[helm.git] / components / tactics / autoTactic.mli
index 2070116488d577308330a210a0c860f0fd53bfe9..354b1b7387d0b1496ded7981740d32e585af3f6b 100644 (file)
  *)
 
 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