]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
New tactic cases (still to be documented).
[helm.git] / components / tactics / tactics.mli
index d765a8ac0759ae02b864d94e7f162f12e36edb87..c0702638f6d2780d9ca6f435a6fdf2693f5280fb 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Tue Nov 28 11:13:28 CET 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Dec 20 23:48:06 CET 2006 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -10,6 +10,9 @@ val assumption : ProofEngineTypes.tactic
 val auto :
   params:(string * string) list ->
   dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic
+val cases_intros :
+  ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  Cic.term -> ProofEngineTypes.tactic
 val change :
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term -> ProofEngineTypes.tactic
@@ -24,8 +27,8 @@ val decompose :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?user_types:(UriManager.uri * int option) list ->
   ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
-val demodulate : dbd:HMysql.dbd -> 
-  universe:Universe.universe -> ProofEngineTypes.tactic
+val demodulate :
+  dbd:HMysql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic
 val destruct : term:Cic.term -> ProofEngineTypes.tactic
 val elim_intros :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->