X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=fe72629f02ba338155cfee7eadea102410177954;hb=cbac948d507d74a558ba7f11ce10bc252b1ba8ba;hp=15ed54d1dd9da2f9912ef097464108ca7c15522e;hpb=59a077151336a0e73804572b52fb757a0e7f6a97;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index 15ed54d1d..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 : dbd: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 +