X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTactic.mli;h=354b1b7387d0b1496ded7981740d32e585af3f6b;hb=ab16e7b1f7976674e6a4cb1043cd05f2c7f5ad20;hp=2070116488d577308330a210a0c860f0fd53bfe9;hpb=bb64f05e45f500e0929b8d89acfa590ddaa82e2b;p=helm.git diff --git a/components/tactics/autoTactic.mli b/components/tactics/autoTactic.mli index 207011648..354b1b738 100644 --- a/components/tactics/autoTactic.mli +++ b/components/tactics/autoTactic.mli @@ -25,8 +25,10 @@ *) 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