]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_content/cicNotationUtil.ml
BIG FAT COMMIT REGARDING COERCIONS:
[helm.git] / components / acic_content / cicNotationUtil.ml
index 8e487ed11ed293374f4737a39bbc0e975b0165ff..d9114b1808b1b5cca3da1736977718953b8adc57 100644 (file)
@@ -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 =