]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
Moved paramodulation inside tactics.
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 696c97007610b39a105fe6a74f338f3dc577fae9..fe72629f02ba338155cfee7eadea102410177954 100644 (file)
@@ -29,10 +29,3 @@ val auto_tac:
   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