]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_tactics/nDestructTac.mli
Matitaweb: large commit porting to the new Matita 0.95 syntax.
[helm.git] / matitaB / components / ng_tactics / nDestructTac.mli
index 714638d24f56dcba221c3767f4e88474a289d9fa..f753fa61e41e2b662622e383e70fc51983e5f400 100644 (file)
@@ -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
+