]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/fwdSimplTactic.mli
Asts generalized: a lot of tactics where restricted to identifiers in place
[helm.git] / helm / ocaml / tactics / fwdSimplTactic.mli
index 0b065f92096f8818377395bef5e22fc843c0ae82..705569fdca06a06dd93055714faa8dcf29317395 100644 (file)
@@ -25,8 +25,7 @@
 
 val lapply_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-   ?substs:(Cic.name * Cic.term) list -> Cic.term -> 
-   ProofEngineTypes.tactic
+   Cic.term -> ProofEngineTypes.tactic
 
 val fwd_simpl_tac:
-   hyp:Cic.name -> dbd:Mysql.dbd -> ProofEngineTypes.tactic
+   term:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic