]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
New module HMysql (to abstract over Mysql and make profiling easier).
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index d9061c1efac5e026c88924897a3a8a9194d39e50..e2f20f787f06c4b36ec70a98dca0d9e50824fd52 100644 (file)
 
 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: