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