]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
many changes:
[helm.git] / helm / software / components / tactics / tactics.mli
index d63e8805cf6d846e92b63d16e4c74cd236c9a9ce..e9c265c8e3e451a3b45bccc699dc2c3ad97e77d9 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Jun  1 17:03:59 CEST 2007 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jun 13 14:11:00 CEST 2007 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -94,6 +94,8 @@ val rewrite_simpl :
 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
 val split : ProofEngineTypes.tactic
 val subst : ProofEngineTypes.tactic
 val symmetry : ProofEngineTypes.tactic
@@ -105,4 +107,4 @@ val whd : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val compose :
   ?howmany:int ->
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-  Cic.term -> Cic.term -> ProofEngineTypes.tactic
+  int -> Cic.term -> Cic.term option -> ProofEngineTypes.tactic