]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/fwdSimplTactic.mli
firs wrking (?) version of lapply
[helm.git] / helm / ocaml / tactics / fwdSimplTactic.mli
index 1c221ee010b7143e132ecd93b958ce03ee3ef2da..7d3355e97f45650df6b85d5e19d2af8644c04c94 100644 (file)
@@ -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:
    what:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic