]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTactic.mli
The default for paramodulation is now back to false (I set it to true
[helm.git] / helm / software / components / tactics / autoTactic.mli
index 2070116488d577308330a210a0c860f0fd53bfe9..23f1b813fdf727b635906c26d335bfaeeb11c839 100644 (file)
@@ -25,8 +25,6 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
-  dbd:HMysql.dbd -> unit ->
-  ProofEngineTypes.tactic
+ 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