]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/fwdSimplTactic.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / tactics / fwdSimplTactic.mli
index d75b83320ce4d25914906c9f5e0b0913f613f1bb..f130fe7b4b6798145ded36fa19872e1d2c9bb7bc 100644 (file)
@@ -25,8 +25,9 @@
 
 val lapply_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-   ?how_many:int -> ?to_what:Cic.term list -> Cic.term -> ProofEngineTypes.tactic
+   ?linear:bool -> ?how_many:int -> ?to_what:Cic.term list -> Cic.term -> 
+   ProofEngineTypes.tactic
 
 val fwd_simpl_tac:
    ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-   dbd:HMysql.dbd -> string -> ProofEngineTypes.tactic
+   dbd:HSql.dbd -> string -> ProofEngineTypes.tactic