]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
The dependencies parser is more robust w.r.t. to lexing errors.
[helm.git] / components / tactics / autoTactic.mli
index fe72629f02ba338155cfee7eadea102410177954..1dfe0e2a94c60284fa8c262f8caf5caf8c86c4d7 100644 (file)
@@ -25,7 +25,8 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
-  dbd:HMysql.dbd -> unit ->
+  params:(string * string) list ->
+  dbd:HMysql.dbd -> 
   ProofEngineTypes.tactic
 
+val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic