]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
now we try two distinct depend files for compilation in byte and native code
[helm.git] / components / tactics / tactics.mli
index c0702638f6d2780d9ca6f435a6fdf2693f5280fb..71265bc7a026959a28b3c761cb8dbedd91ae16db 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Dec 20 23:48:06 CET 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Dec 29 14:56:56 CET 2006 *)
 val absurd : term:Cic.term -> ProofEngineTypes.tactic
 val apply : term:Cic.term -> ProofEngineTypes.tactic
 val applyS :
@@ -72,17 +72,18 @@ val normalize :
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val reduce : pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 val reflexivity : ProofEngineTypes.tactic
+val rename : froms:string list -> tos:string list -> ProofEngineTypes.tactic
 val replace :
   pattern:ProofEngineTypes.lazy_pattern ->
   with_what:Cic.lazy_term -> ProofEngineTypes.tactic
 val rewrite :
   direction:[ `LeftToRight | `RightToLeft ] ->
   pattern:ProofEngineTypes.lazy_pattern ->
-  Cic.term -> ProofEngineTypes.tactic
+  Cic.term -> string list -> ProofEngineTypes.tactic
 val rewrite_simpl :
   direction:[ `LeftToRight | `RightToLeft ] ->
   pattern:ProofEngineTypes.lazy_pattern ->
-  Cic.term -> ProofEngineTypes.tactic
+  Cic.term -> string list -> ProofEngineTypes.tactic
 val right : ProofEngineTypes.tactic
 val ring : ProofEngineTypes.tactic
 val set_goal : int -> ProofEngineTypes.tactic