]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nDestructTac.mli
Use of standard OCaml syntax
[helm.git] / matita / components / ng_tactics / nDestructTac.mli
index 714638d24f56dcba221c3767f4e88474a289d9fa..38ccc9aefe11251c047f7fa99bc207305e0b7890 100644 (file)
@@ -13,3 +13,9 @@
 
 val destruct_tac : string list option -> string list -> 's NTacStatus.tactic
 
+val mk_discriminator: use_jmeq:bool -> ?force:bool ->
+  string -> NCic.inductiveType -> int ->  
+  (#NTacStatus.tac_status as 's) -> string -> 's * NCic.obj
+
+exception ConstructorTooBig of string
+