]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/fwdSimplTactic.mli
fixed a finalization issue for connections closed twice
[helm.git] / helm / ocaml / tactics / fwdSimplTactic.mli
index 705569fdca06a06dd93055714faa8dcf29317395..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:
-   term:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic
+   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
+   dbd:Mysql.dbd -> string -> ProofEngineTypes.tactic