]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
added apply_tac_verbose_with_subst, returning a Cic.substitution instead of a
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index c91e92e3f03e6c181148b47ed381101e9cfad79e..e2f20f787f06c4b36ec70a98dca0d9e50824fd52 100644 (file)
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit ->
-    ProofEngineTypes.tactic
+  ?depth:int -> ?width:int -> ?paramodulation:string ->
+  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: