]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
- matitaEngine: some commands like "coercion" must not be executed when mma's are...
[helm.git] / helm / software / components / tactics / tactics.mli
index 16c668266987e31378f64737531ba32c16ba2017..310cf42ef551db30fd3b5fd5ec1abf73db0076f2 100644 (file)
@@ -1,21 +1,24 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Jun  4 13:44:18 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Tue Apr 28 17:14:45 CEST 2009 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
+val applyP : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
   dbd:HSql.dbd ->
   term:Cic.term ->
-  params:(string * string) list ->
-  universe:Universe.universe -> ProofEngineTypes.tactic
+  params:Auto.auto_params ->
+  automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
 val auto :
   dbd:HSql.dbd ->
-  params:(string * string) list ->
-  universe:Universe.universe -> ProofEngineTypes.tactic
+  params:Auto.auto_params ->
+  automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic
 val cases_intros :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  ?pattern:ProofEngineTypes.lazy_pattern ->
   Cic.term -> ProofEngineTypes.tactic
 val change :
+  ?with_cast:bool ->
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term -> ProofEngineTypes.tactic
 val clear : hyps:string list -> ProofEngineTypes.tactic
@@ -30,8 +33,10 @@ val decompose :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   unit -> ProofEngineTypes.tactic
 val demodulate :
-  dbd:HSql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic
-val destruct : term:Cic.term -> ProofEngineTypes.tactic
+  dbd:HSql.dbd ->
+  params:Auto.auto_params ->
+  automation_cache:AutomationCache.cache -> ProofEngineTypes.tactic
+val destruct : Cic.term list option -> ProofEngineTypes.tactic
 val elim_intros :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?depth:int ->
@@ -78,7 +83,6 @@ val letin :
   Cic.term -> ProofEngineTypes.tactic
 val normalize :
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
-val reduce : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val reflexivity : ProofEngineTypes.tactic
 val replace :
   pattern:ProofEngineTypes.lazy_pattern ->
@@ -95,7 +99,6 @@ val right : ProofEngineTypes.tactic
 val ring : ProofEngineTypes.tactic
 val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val split : ProofEngineTypes.tactic
-val subst : ProofEngineTypes.tactic
 val symmetry : ProofEngineTypes.tactic
 val transitivity : term:Cic.term -> ProofEngineTypes.tactic
 val unfold :