X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FfwdSimplTactic.mli;h=e16bd5719edf1a79f1a70ce83e48c12c69feff39;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=7d3355e97f45650df6b85d5e19d2af8644c04c94;hpb=90c15accf8c385a3dc44aa5f6df13f707514e2cd;p=helm.git diff --git a/helm/ocaml/tactics/fwdSimplTactic.mli b/helm/ocaml/tactics/fwdSimplTactic.mli index 7d3355e97..e16bd5719 100644 --- a/helm/ocaml/tactics/fwdSimplTactic.mli +++ b/helm/ocaml/tactics/fwdSimplTactic.mli @@ -25,7 +25,8 @@ val lapply_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - ?to_what:Cic.term -> Cic.term -> ProofEngineTypes.tactic + ?how_many:int -> ?to_what:Cic.term list -> Cic.term -> ProofEngineTypes.tactic val fwd_simpl_tac: - what:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + dbd:Mysql.dbd -> string -> ProofEngineTypes.tactic