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