X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FvariousTactics.mli;h=a71332879534eded768911bdcedf2cf40e3877a7;hb=c27b932e5adcf89dc9de0e28f65e3370fe3e6b05;hp=2c891b036b75e635a38242383c61e8530f62c162;hpb=1416af941615fa434b71c0adda461d5bcac65f89;p=helm.git diff --git a/helm/ocaml/tactics/variousTactics.mli b/helm/ocaml/tactics/variousTactics.mli index 2c891b036..a71332879 100644 --- a/helm/ocaml/tactics/variousTactics.mli +++ b/helm/ocaml/tactics/variousTactics.mli @@ -30,8 +30,5 @@ val assumption_tac: ProofEngineTypes.tactic val generalize_tac: ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - term:Cic.term -> ProofEngineTypes.pattern -> + ProofEngineTypes.pattern -> ProofEngineTypes.tactic - - (* change the current goal to those referred by the given meta number *) -val set_goal: int -> ProofEngineTypes.tactic