]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
I do not know why, but
[helm.git] / components / tactics / tactics.mli
index 6decc44cc2409c30a7a7433c4b8ca38cebbd262d..70773a4a7fd41bf370ffe9ddde6d4a94a91de865 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Wed May  9 13:55:06 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Fri May 25 11:09:42 CEST 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -8,8 +8,9 @@ val applyS :
   universe:Universe.universe -> ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
 val auto :
+  dbd:HSql.dbd ->
   params:(string * string) list ->
-  dbd:HSql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic
+  universe:Universe.universe -> ProofEngineTypes.tactic
 val cases_intros :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->