]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
Bug fixed: wrong default pattern for generalize.
[helm.git] / helm / software / components / tactics / tactics.mli
index f46d53af9d632ff51e9117e58fc02a3ef7a648fb..08b32e5714ccb2e4e49a09c13d02cb7e6beaed11 100644 (file)
@@ -1,15 +1,15 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jun 13 14:11:00 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Sun Jun  8 15:54:21 CEST 2008 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
   dbd:HSql.dbd ->
   term:Cic.term ->
-  params:(string * string) list ->
+  params:Auto.auto_params ->
   universe:Universe.universe -> ProofEngineTypes.tactic
 val assumption : ProofEngineTypes.tactic
 val auto :
   dbd:HSql.dbd ->
-  params:(string * string) list ->
+  params:Auto.auto_params ->
   universe:Universe.universe -> ProofEngineTypes.tactic
 val cases_intros :
   ?howmany:int ->
@@ -31,8 +31,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 ->
+  universe:Universe.universe -> ProofEngineTypes.tactic
+val destruct : Cic.term list option -> ProofEngineTypes.tactic
 val elim_intros :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?depth:int ->
@@ -79,7 +81,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 ->
@@ -96,9 +97,9 @@ val right : ProofEngineTypes.tactic
 val ring : ProofEngineTypes.tactic
 val simpl : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val solve_rewrite :
-  universe:Universe.universe -> ?steps:int -> unit -> ProofEngineTypes.tactic
+  params:Auto.auto_params ->
+  universe:Universe.universe -> unit -> ProofEngineTypes.tactic
 val split : ProofEngineTypes.tactic
-val subst : ProofEngineTypes.tactic
 val symmetry : ProofEngineTypes.tactic
 val transitivity : term:Cic.term -> ProofEngineTypes.tactic
 val unfold :