]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 4095457ae591411d6f1b59f5b3b44392fedaf5f9..696c97007610b39a105fe6a74f338f3dc577fae9 100644 (file)
  * 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 -> ?full:string ->
+  dbd:HMysql.dbd -> unit ->
+  ProofEngineTypes.tactic
+
+val paramodulation_tactic:
+  (HMysql.dbd -> ?full:bool -> ?depth:int -> ?width:int ->
+    ProofEngineTypes.status ->
+     ProofEngineTypes.proof * ProofEngineTypes.goal list) ref
+
+val term_is_equality:
+  (Cic.term -> bool) ref