]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTactic.mli
The default for paramodulation is now back to false (I set it to true
[helm.git] / helm / software / components / tactics / autoTactic.mli
index 354b1b7387d0b1496ded7981740d32e585af3f6b..23f1b813fdf727b635906c26d335bfaeeb11c839 100644 (file)
  *)
 
 val auto_tac:
-  params:(string * string) list ->
-  dbd:HMysql.dbd -> 
-  ProofEngineTypes.tactic
-
-val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic
+ params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
 
 val pp_proofterm: Cic.term -> string