Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = uint32
include T with type t := t
include Ppx_compare_lib.Comparable.S with type t := t
include Ppx_compare_lib.Equal.S with type t := t
include Ppx_hash_lib.Hashable.S with type t := t
include Ppx_quickcheck_runtime.Quickcheckable.S with type t := t
val quickcheck_generator : t Base_quickcheck.Generator.t
val quickcheck_observer : t Base_quickcheck.Observer.t
val quickcheck_shrinker : t Base_quickcheck.Shrinker.t
include Typerep_lib.Typerepable.S with type t := t
val typerep_of_t : t Typerep_lib.Std_internal.Typerep.t
val typename_of_t : t Typerep_lib.Typename.t
val zero : t
val min_value : t
val max_value : t
module O : sig ... end
val of_base_int32_trunc : Base.Int32.t -> t
val of_base_int32_exn : Base.Int32.t -> t
val to_base_int32_trunc : t -> Base.Int32.t
val to_base_int32_exn : t -> Base.Int32.t
val of_base_int64_trunc : Base.Int64.t -> t
val of_base_int64_exn : Base.Int64.t -> t
val to_base_int64 : t -> Base.Int64.t
val of_base_int_exn : Base.Int.t -> t
val to_base_int_exn : t -> Base.Int.t