X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fng_tactics%2FnCicElim.ml;h=24fd7d8e9aa0eb65104e4bc7154632985f1e0d39;hb=f1c3f85a4e5acf2b6ee52b16103cbb95322016ac;hp=a41e2fb349f0cb31b39ceda6f463116c64324e7b;hpb=824a3ed3852a6a87c59373efb3ebde145de2a757;p=helm.git diff --git a/matita/components/ng_tactics/nCicElim.ml b/matita/components/ng_tactics/nCicElim.ml index a41e2fb34..24fd7d8e9 100644 --- a/matita/components/ng_tactics/nCicElim.ml +++ b/matita/components/ng_tactics/nCicElim.ml @@ -116,7 +116,7 @@ let mk_elim status uri leftno it (outsort,suffix) pragma = ) cl in let branches, branch_args = List.split branches_with_args in - let bo = NotationPt.Case (rec_arg,Some (ind_name,None),None,branches) in + let bo = NotationPt.Case (rec_arg,Some (ind_name,None),Some p_name,branches) in let final_params = List.map (function name -> name, None) params @ [p_name,Some p_ty] @