]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
Modifications to auto due to the introduction of the universe in
[helm.git] / components / tactics / tactics.mli
index 16c0d1cd39630f3a93e06c06c237f44a4f606380..3379fbe77b14503420f1954e65515250695ff773 100644 (file)
@@ -1,12 +1,17 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Oct 23 23:15:05 CEST 2006 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
   dbd:HMysql.dbd ->
-  term:Cic.term -> params:(string * string) list -> ProofEngineTypes.tactic
+  term:Cic.term -> 
+  params:(string * string) list -> 
+  universe:Universe.universe -> 
+  ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
 val auto :
-  params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
+  params:(string * string) list -> 
+  dbd:HMysql.dbd ->
+  universe:Universe.universe -> 
+  ProofEngineTypes.tactic
 val change :
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term -> ProofEngineTypes.tactic