X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=d9061c1efac5e026c88924897a3a8a9194d39e50;hb=08ecc780b3b0a4cac7ed72cf68c310e4eeffa2c1;hp=c91e92e3f03e6c181148b47ed381101e9cfad79e;hpb=cb790b3f03194d3155841431d17cfea1245fea9d;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index c91e92e3f..d9061c1ef 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -25,8 +25,9 @@ *) val auto_tac: - ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit -> - ProofEngineTypes.tactic + ?depth:int -> ?width:int -> ?paramodulation:string -> + dbd:Mysql.dbd -> unit -> + ProofEngineTypes.tactic val paramodulation_tactic: (Mysql.dbd -> ProofEngineTypes.status ->