X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Facic_content%2FcicNotationUtil.ml;h=d9114b1808b1b5cca3da1736977718953b8adc57;hb=2499f5fdcf4dbfecc6f4fafe925b24ae76f14be8;hp=8e487ed11ed293374f4737a39bbc0e975b0165ff;hpb=f764844fa35ab0bb9c10707151340b924060f069;p=helm.git diff --git a/components/acic_content/cicNotationUtil.ml b/components/acic_content/cicNotationUtil.ml index 8e487ed11..d9114b180 100644 --- a/components/acic_content/cicNotationUtil.ml +++ b/components/acic_content/cicNotationUtil.ml @@ -366,7 +366,7 @@ let freshen_obj obj = let index = ref 0 in let freshen_term = freshen_term ~index in let freshen_name_ty = List.map (fun (n, t) -> (n, freshen_term t)) in - let freshen_name_ty_b = List.map (fun (n, t, b) -> (n, freshen_term t, b)) in + let freshen_name_ty_b = List.map (fun (n,t,b,i) -> (n,freshen_term t,b,i)) in match obj with | CicNotationPt.Inductive (params, indtypes) -> let indtypes =