]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tactics.mli
Signature of fwdSimpl changed to get rid of a warning.
[helm.git] / helm / ocaml / tactics / tactics.mli
index c155d67d39adecb386a861e47bdec3f01f4f492e..32bbf2c6aef5fccbfc9ad8a9ee696e50e6afeb4c 100644 (file)
@@ -38,7 +38,7 @@ val fold :
 val fourier : ProofEngineTypes.tactic
 val fwd_simpl :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
-  hyp:string -> dbd:Mysql.dbd -> ProofEngineTypes.tactic
+  dbd:Mysql.dbd -> string -> ProofEngineTypes.tactic
 val generalize :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ProofEngineTypes.pattern -> ProofEngineTypes.tactic