X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fng_tactics%2FnDestructTac.mli;h=f753fa61e41e2b662622e383e70fc51983e5f400;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=714638d24f56dcba221c3767f4e88474a289d9fa;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/ng_tactics/nDestructTac.mli b/matitaB/components/ng_tactics/nDestructTac.mli index 714638d24..f753fa61e 100644 --- a/matitaB/components/ng_tactics/nDestructTac.mli +++ b/matitaB/components/ng_tactics/nDestructTac.mli @@ -13,3 +13,9 @@ val destruct_tac : string list option -> string list -> 's NTacStatus.tactic +val mk_discriminator: (use_jmeq: bool) -> + string -> NCic.inductiveType -> int -> + (#NTacStatus.tac_status as 's) -> string -> 's * NCic.obj + +exception ConstructorTooBig of string +