X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTactic.mli;h=1dfe0e2a94c60284fa8c262f8caf5caf8c86c4d7;hb=3f6222413e3910482ab229de804f9863f2dd2212;hp=fe72629f02ba338155cfee7eadea102410177954;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/tactics/autoTactic.mli b/components/tactics/autoTactic.mli index fe72629f0..1dfe0e2a9 100644 --- a/components/tactics/autoTactic.mli +++ b/components/tactics/autoTactic.mli @@ -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 applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic