X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=e2f20f787f06c4b36ec70a98dca0d9e50824fd52;hb=04ade947888ac1115dfe104714bed61c32e1c9c3;hp=d9061c1efac5e026c88924897a3a8a9194d39e50;hpb=d43002dfc61afac676ea14bc6a1418e5ec0e3e9c;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index d9061c1ef..e2f20f787 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -26,11 +26,11 @@ val auto_tac: ?depth:int -> ?width:int -> ?paramodulation:string -> - dbd:Mysql.dbd -> unit -> + dbd:HMysql.dbd -> unit -> ProofEngineTypes.tactic val paramodulation_tactic: - (Mysql.dbd -> ProofEngineTypes.status -> + (HMysql.dbd -> ProofEngineTypes.status -> ProofEngineTypes.proof * ProofEngineTypes.goal list) ref val term_is_equality: