Extensions to Core.Core_int63
include Number.Verified_std with type repr = Core.Int63.t
module Make_bounded : functor (Spec : Bounded_spec) -> Bounded with type t = private repr
Functor of creating bounded numbers
Unsafe modules and functors that still fully expose the representation for extensibility.
module Pos_unsafe : S with type t = repr
module Pos0_unsafe : S0 with type t = repr
module Neg_unsafe : S with type t = repr
module Neg0_unsafe : S0 with type t = repr
module Make_bounded_unsafe : functor (Spec : Bounded_spec) -> Bounded with type t = repr