]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/fwdSimplTactic.mli
- "linear" flag added to lapply (automatic clearing)
[helm.git] / components / tactics / fwdSimplTactic.mli
index d75b83320ce4d25914906c9f5e0b0913f613f1bb..3dbcf6c9c72f690ee84270266012fedcc5d9997b 100644 (file)
@@ -25,7 +25,8 @@
 
 val lapply_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-   ?how_many:int -> ?to_what:Cic.term list -> Cic.term -> ProofEngineTypes.tactic
+   ?linear:bool -> ?how_many:int -> ?to_what:Cic.term list -> Cic.term -> 
+   ProofEngineTypes.tactic
 
 val fwd_simpl_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->