Module Int63_emul.Repr

type ('underlying_type, 'intermediate_type) t =
| Int : (int, int) t
| Int64 : (int64, t) t