X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Ftactics%2Ftactics.mli;h=06b62911c95492ad6c14468ee9986459afa38d40;hb=ba6b5ca0dfc2e49ac2dbb1b49c29a87844a34f76;hp=67127e640e10e50c33928aa198ec4d6a570b7efd;hpb=d5950e1810f3a6d89328f18c2c5796e54a907473;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 67127e640..06b62911c 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,6 +1,7 @@ (* GENERATED FILE, DO NOT EDIT. STAMP:Wed Apr 12 11:46:23 CEST 2006 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic +val applyS : dbd:HMysql.dbd -> term:Cic.term -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic val auto : ?depth:int ->