Module Infos.WideningThreshold

type t = private {
  1. signed : BoundThreshold.t;
  2. unsigned : BoundThreshold.t;
}
val flatten_to_arrays_tuple : t -> int array * int array * int array * int array