X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fng_tactics%2FnDestructTac.mli;h=0a324ec2d4bbebd53e9abdb7d9b8e2fe5b7907a2;hb=a961a1237063702ed9c32a9a4b7994671cb40818;hp=f753fa61e41e2b662622e383e70fc51983e5f400;hpb=5a88ca4db8f9d97a58add90a8a23f06960d9364f;p=helm.git diff --git a/matita/components/ng_tactics/nDestructTac.mli b/matita/components/ng_tactics/nDestructTac.mli index f753fa61e..0a324ec2d 100644 --- a/matita/components/ng_tactics/nDestructTac.mli +++ b/matita/components/ng_tactics/nDestructTac.mli @@ -13,7 +13,7 @@ val destruct_tac : string list option -> string list -> 's NTacStatus.tactic -val mk_discriminator: (use_jmeq: bool) -> +val mk_discriminator: (use_jmeq: bool) -> ?force:bool -> string -> NCic.inductiveType -> int -> (#NTacStatus.tac_status as 's) -> string -> 's * NCic.obj