]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
simplify has a brand new semantics!
[helm.git] / components / tactics / autoTactic.mli
index 2070116488d577308330a210a0c860f0fd53bfe9..d96a826150f2922c9890e41d3988779b7b8b81de 100644 (file)
@@ -25,8 +25,9 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string ->
-  dbd:HMysql.dbd -> unit ->
-  ProofEngineTypes.tactic
+ params:(string * string) list 
+  -> dbd:HMysql.dbd 
+  -> universe:Universe.universe
+  -> ProofEngineTypes.tactic
 
-val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic
+val pp_proofterm: Cic.term -> string