]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tactics.mli
New command default "foo" uri1 ... urin
[helm.git] / helm / ocaml / tactics / tactics.mli
index 187dc2be3b4725e70cf9b8f376ea90bbb562533a..32bbf2c6aef5fccbfc9ad8a9ee696e50e6afeb4c 100644 (file)
@@ -33,11 +33,12 @@ val exists : ProofEngineTypes.tactic
 val fail : ProofEngineTypes.tactic
 val fold :
   reduction:(Cic.context -> Cic.term -> Cic.term) ->
+  term:Cic.term ->
   pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic
 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