]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/fwdSimplTactic.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / fwdSimplTactic.mli
index 1c221ee010b7143e132ecd93b958ce03ee3ef2da..d75b83320ce4d25914906c9f5e0b0913f613f1bb 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:HMysql.dbd -> string -> ProofEngineTypes.tactic