Module Scalar.Width

type 'mode t =
  1. | Floating of 'mode Floating.Width.t
  2. | Integral of 'mode Integral.Width.t
val map : 'a t -> f:('a -> 'b) -> 'b t
val to_string : any_locality_mode t -> string
val ignore_locality : _ t -> any_locality_mode t