X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftactics.mli;h=f46d53af9d632ff51e9117e58fc02a3ef7a648fb;hb=ca2a604c2817deb118d595611b94a0d77978eab6;hp=e9c265c8e3e451a3b45bccc699dc2c3ad97e77d9;hpb=73993c770d613df679df63d8d3d89fc37c02ae09;p=helm.git diff --git a/helm/software/components/tactics/tactics.mli b/helm/software/components/tactics/tactics.mli index e9c265c8e..f46d53af9 100644 --- a/helm/software/components/tactics/tactics.mli +++ b/helm/software/components/tactics/tactics.mli @@ -16,6 +16,7 @@ val cases_intros : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> Cic.term -> ProofEngineTypes.tactic val change : + ?with_cast:bool -> pattern:ProofEngineTypes.lazy_pattern -> Cic.lazy_term -> ProofEngineTypes.tactic val clear : hyps:string list -> ProofEngineTypes.tactic