Module Private.Repr

type (!'underlying_type, !'intermediate_type) t =
  1. | Int : (int, int) t
  2. | Int64 : (int64, Base__.Int63_emul.t) t