]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
added applyS
[helm.git] / components / tactics / tactics.mli
index 67127e640e10e50c33928aa198ec4d6a570b7efd..06b62911c95492ad6c14468ee9986459afa38d40 100644 (file)
@@ -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 ->