X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FfwdSimplTactic.mli;h=3dbcf6c9c72f690ee84270266012fedcc5d9997b;hb=6935786198ad90e697125917839f7adfe5b04368;hp=d75b83320ce4d25914906c9f5e0b0913f613f1bb;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/tactics/fwdSimplTactic.mli b/components/tactics/fwdSimplTactic.mli index d75b83320..3dbcf6c9c 100644 --- a/components/tactics/fwdSimplTactic.mli +++ b/components/tactics/fwdSimplTactic.mli @@ -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 ->