]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
demodulate takes an extra argument 'all', if present it attempts to solve
[helm.git] / helm / software / components / tactics / tactics.mli
index d016bc55dfd308f73d7a46dc7b359ed98b6464e3..fa9d4ed8bfa5e059ca19bc5c9a4b2c341e28e4ff 100644 (file)
@@ -1,19 +1,21 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Mar 10 16:49:47 CET 2008 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Thu Apr 16 11:28:06 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 ->
@@ -31,7 +33,9 @@ val decompose :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   unit -> ProofEngineTypes.tactic
 val demodulate :
-  dbd:HSql.dbd -> universe:Universe.universe -> 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 ->
@@ -95,7 +99,8 @@ 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 ->
+  automation_cache:AutomationCache.cache -> unit -> ProofEngineTypes.tactic
 val split : ProofEngineTypes.tactic
 val symmetry : ProofEngineTypes.tactic
 val transitivity : term:Cic.term -> ProofEngineTypes.tactic