X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=d821a3cb21d2af996c614dcc4f3a2965af44e359;hb=2a8919be0dddc9e97584d4e7823da021eac60870;hp=c0702638f6d2780d9ca6f435a6fdf2693f5280fb;hpb=6a25db65c9a787daf7344e3b166b2d798b1ff1a5;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index c0702638f..d821a3cb2 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,4 +1,4 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Dec 20 23:48:06 CET 2006 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jan 24 20:31:34 CET 2007 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic val applyS : @@ -78,11 +78,11 @@ val replace : 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