Module Int53p.Internals

module MakeOps (M : sig ... end) : Ops with type int53p = M.int53p
module IntImpl : S
module Int64Impl : S
module FloatImpl : S
val current_impl_flavor : [> `float_impl | `int64_impl | `int_impl ]
val impl_of_builtin_flavor : int53p_impl_flavor -> (module S)