X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=eefdd9846aad150c578a8ea34ad83087000b6d85;hb=abd9e5cfa8e7b6923e0664a4813a0a842f5c4e76;hp=d1da2fe98b7715d45043e355e294e75e8f03259a;hpb=59a077151336a0e73804572b52fb757a0e7f6a97;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index d1da2fe98..eefdd9846 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -27,8 +27,11 @@ exception AllSelectedTermsMustBeConvertible;; val assumption_tac: ProofEngineTypes.tactic + val generalize_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term list -> ProofEngineTypes.tactic + (* change the current goal to those referred by the given meta number *) +val set_goal: int -> ProofEngineTypes.tactic