]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/auto.mli
Modifications to auto due to the introduction of the universe in
[helm.git] / components / tactics / auto.mli
index 6e64fb66eee33a638bb9339f43650f45cd850023..d749a26af175a8221d2d655794594ad0536873fd 100644 (file)
 
 (* stops at the first solution *)
 val auto_tac:
- dbd:HMysql.dbd -> params:(string * string) list -> ProofEngineTypes.tactic
+  dbd:HMysql.dbd -> 
+  params:(string * string) list -> 
+  universe:Universe.universe ->
+  ProofEngineTypes.tactic
 
 val applyS_tac:
- dbd:HMysql.dbd -> term: Cic.term -> params:(string * string) list ->
+  dbd:HMysql.dbd -> 
+  term: Cic.term -> 
+  params:(string * string) list ->
+  universe:Universe.universe ->
   ProofEngineTypes.tactic
 
 val demodulate_tac : dbd:HMysql.dbd -> ProofEngineTypes.tactic