]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/tactics.mli
- "linear" flag added to lapply (automatic clearing)
[helm.git] / components / tactics / tactics.mli
index 5bacca20cd706898e9e432efd8e4e3c831d36d31..73d864e1dd7cbbc02e6b2c74ea672b76ea9e9004 100644 (file)
@@ -1,4 +1,4 @@
-(* GENERATED FILE, DO NOT EDIT. STAMP:Tue Jun 27 17:58:26 CEST 2006 *)
+(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Jun 28 17:27:38 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
@@ -55,6 +55,7 @@ val intros :
 val inversion : term:Cic.term -> ProofEngineTypes.tactic
 val lapply :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+  ?linear:bool ->
   ?how_many:int ->
   ?to_what:Cic.term list -> Cic.term -> ProofEngineTypes.tactic
 val left : ProofEngineTypes.tactic