X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=264168ed71cc8763f3fbe7bf329b18cce76bb575;hb=6a9d597352e104434a1a7f371fdd1bbdac5e50a3;hp=eefdd9846aad150c578a8ea34ad83087000b6d85;hpb=0575a1cb077087970f311b48f2e45dc4a01a6867;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index eefdd9846..264168ed7 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -29,9 +29,6 @@ exception AllSelectedTermsMustBeConvertible;; val assumption_tac: ProofEngineTypes.tactic val generalize_tac: - ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list -> + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + term:Cic.term -> ProofEngineTypes.pattern -> ProofEngineTypes.tactic - - (* change the current goal to those referred by the given meta number *) -val set_goal: int -> ProofEngineTypes.tactic -