Module Floating.Width

type 'mode t =
  1. | Float32 of 'mode
  2. | Float64 of 'mode
val map : 'a t -> f:('a -> 'b) -> 'b t
val to_string : any_locality_mode t -> string