X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnDestructTac.mli;h=f753fa61e41e2b662622e383e70fc51983e5f400;hb=6120c5ba6c24eeeb2f932ba7e247a751c4216134;hp=714638d24f56dcba221c3767f4e88474a289d9fa;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_tactics/nDestructTac.mli b/matita/components/ng_tactics/nDestructTac.mli index 714638d24..f753fa61e 100644 --- a/matita/components/ng_tactics/nDestructTac.mli +++ b/matita/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 +