X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnDestructTac.mli;h=38ccc9aefe11251c047f7fa99bc207305e0b7890;hb=5ddacb0ce9c69c9bab984e1cd28fc65c617880a4;hp=0a324ec2d4bbebd53e9abdb7d9b8e2fe5b7907a2;hpb=3d981fb10ebc350bc3fc693f0a433d51fc35715a;p=helm.git diff --git a/matita/components/ng_tactics/nDestructTac.mli b/matita/components/ng_tactics/nDestructTac.mli index 0a324ec2d..38ccc9aef 100644 --- a/matita/components/ng_tactics/nDestructTac.mli +++ b/matita/components/ng_tactics/nDestructTac.mli @@ -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