jon.recoil.org

Module Scalar.Width

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