X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=d8a3959bffea0e0c538c20bd3b2b4c092b18e6a3;hb=3c1f5f810ce2acbbfc6e8f5d50e22bd4068b09a7;hp=73d864e1dd7cbbc02e6b2c74ea672b76ea9e9004;hpb=f68f452173a5077c58f93587faad65fcced77223;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 73d864e1d..d8a3959bf 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -19,9 +19,7 @@ val decompose : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ?user_types:(UriManager.uri * int) list -> ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic -val demodulate : - dbd:HMysql.dbd -> - pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic +val demodulate : dbd:HMysql.dbd -> ProofEngineTypes.tactic val discriminate : term:Cic.term -> ProofEngineTypes.tactic val elim_intros : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->