]> 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 0a324ec2d4bbebd53e9abdb7d9b8e2fe5b7907a2..38ccc9aefe11251c047f7fa99bc207305e0b7890 100644 (file)
@@ -13,7 +13,7 @@
 
 val destruct_tac : string list option -> string list -> 's NTacStatus.tactic
 
-val mk_discriminator: (use_jmeq: bool) -> ?force:bool ->
+val mk_discriminator: use_jmeq:bool -> ?force:bool ->
   string -> NCic.inductiveType -> int ->  
   (#NTacStatus.tac_status as 's) -> string -> 's * NCic.obj