X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=16c668266987e31378f64737531ba32c16ba2017;hb=c2a02fcbcaaef7358acebcb27014db4a601ad026;hp=4307e6b034f4f82729ecda83cccd93e8c4e23a90;hpb=936f80cf031a7b034dd70fef49abb90e69f2e680;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 4307e6b03..16c668266 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,4 +1,4 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Fri Jun 1 13:27:04 CEST 2007 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Mon Jun 4 13:44:18 CEST 2007 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic val applyS : @@ -105,4 +105,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