X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=f8eeefa3c364f9ddd381d6ab4feec433a1b6b092;hb=b8f54b66890a55cfc255fa1df3e40fe60b78ee15;hp=6decc44cc2409c30a7a7433c4b8ca38cebbd262d;hpb=15417a6cd2d1ce39afc67d36436864978ec7a8e2;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 6decc44cc..f8eeefa3c 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,4 +1,4 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Wed May 9 13:55:06 CEST 2007 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Thu May 24 10:00:33 CEST 2007 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic val applyS : @@ -8,8 +8,9 @@ val applyS : universe:Universe.universe -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : + dbd:HSql.dbd -> params:(string * string) list -> - dbd:HSql.dbd -> universe:Universe.universe -> ProofEngineTypes.tactic + universe:Universe.universe -> ProofEngineTypes.tactic val cases_intros : ?howmany:int -> ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->