]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
Declarative language ported to new auto (with Universes).
[helm.git] / components / tactics / autoTactic.mli
index 1dfe0e2a94c60284fa8c262f8caf5caf8c86c4d7..d96a826150f2922c9890e41d3988779b7b8b81de 100644 (file)
@@ -25,8 +25,9 @@
  *)
 
 val auto_tac:
-  params:(string * string) list ->
-  dbd:HMysql.dbd -> 
-  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