X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=fe72629f02ba338155cfee7eadea102410177954;hb=771ee8b9d122fa963881c876e86f90531bb7434f;hp=4095457ae591411d6f1b59f5b3b44392fedaf5f9;hpb=9415c1b38c7927adab499ddd75f9a19d650a9acd;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index 4095457ae..fe72629f0 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -24,5 +24,8 @@ * http://cs.unibo.it/helm/. *) -val auto_tac : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic -val auto_tac_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic +val auto_tac: + ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string -> + dbd:HMysql.dbd -> unit -> + ProofEngineTypes.tactic +