]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/fwdSimplTactic.mli
version 0.7.1
[helm.git] / helm / ocaml / tactics / fwdSimplTactic.mli
index 1c221ee010b7143e132ecd93b958ce03ee3ef2da..e16bd5719edf1a79f1a70ce83e48c12c69feff39 100644 (file)
@@ -25,7 +25,8 @@
 
 val lapply_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-   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