Module Int63.Private

module Repr : sig ... end

val repr states how Int63.t is represented, i.e., as an int or an int64, and can be used for building Int63 operations that behave differently depending on the representation (e.g., see core_int63.ml).

val repr : (Base__Int63.tBase__Int63.t) Repr.t
module Emul = Base__.Int63_emul