]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/autoTactic.mli
Modifications to auto due to the introduction of the universe in
[helm.git] / components / tactics / autoTactic.mli
index 23f1b813fdf727b635906c26d335bfaeeb11c839..d96a826150f2922c9890e41d3988779b7b8b81de 100644 (file)
@@ -25,6 +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 pp_proofterm: Cic.term -> string