]> 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 7d3355e97f45650df6b85d5e19d2af8644c04c94..e16bd5719edf1a79f1a70ce83e48c12c69feff39 100644 (file)
@@ -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