X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FfwdSimplTactic.mli;h=7d3355e97f45650df6b85d5e19d2af8644c04c94;hb=ea543eafaae687b248478db7bf6166dd912b5729;hp=705569fdca06a06dd93055714faa8dcf29317395;hpb=b71c265049723824235d7cec0522880492e6a0b1;p=helm.git diff --git a/helm/ocaml/tactics/fwdSimplTactic.mli b/helm/ocaml/tactics/fwdSimplTactic.mli index 705569fdc..7d3355e97 100644 --- a/helm/ocaml/tactics/fwdSimplTactic.mli +++ b/helm/ocaml/tactics/fwdSimplTactic.mli @@ -25,7 +25,7 @@ val lapply_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - Cic.term -> ProofEngineTypes.tactic + ?to_what:Cic.term -> Cic.term -> ProofEngineTypes.tactic val fwd_simpl_tac: - term:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic + what:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic