X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=d9061c1efac5e026c88924897a3a8a9194d39e50;hb=f981a524748846acc29b76b6e616af110b4ee13d;hp=4095457ae591411d6f1b59f5b3b44392fedaf5f9;hpb=9415c1b38c7927adab499ddd75f9a19d650a9acd;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index 4095457ae..d9061c1ef 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -24,5 +24,14 @@ * http://cs.unibo.it/helm/. *) -val auto_tac : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic -val auto_tac_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic +val auto_tac: + ?depth:int -> ?width:int -> ?paramodulation:string -> + dbd:Mysql.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