let
power n u =
let
l =
List
.map (power_bornes n) u.ints
in
union { u
with
ints = l }