X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=fe72629f02ba338155cfee7eadea102410177954;hb=9262517c80e17d46b9bf9931dc879ac653a633e9;hp=c91e92e3f03e6c181148b47ed381101e9cfad79e;hpb=cb790b3f03194d3155841431d17cfea1245fea9d;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index c91e92e3f..fe72629f0 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -25,12 +25,7 @@ *) val auto_tac: - ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit -> - ProofEngineTypes.tactic + ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string -> + dbd:HMysql.dbd -> unit -> + ProofEngineTypes.tactic -val paramodulation_tactic: - (Mysql.dbd -> ProofEngineTypes.status -> - ProofEngineTypes.proof * ProofEngineTypes.goal list) ref - -val term_is_equality: - (Cic.term -> bool) ref