jon.recoil.org

Module Integral.Width

type 'mode t =
  1. | Taggable of Scalar.Integral.Taggable.Width.t
  2. | Boxable of 'mode Scalar.Integral.Boxable.Width.t
val map : 'a Scalar.Integral.Width.t -> f:('a -> 'b) -> 'b Scalar.Integral.Width.t