Mina_numbers.Length
include Nat.Intf.UInt32_A
with type Stable.V1.t = Mina_wire_types.Mina_numbers.Length.V1.t
module Stable : sig ... end
type t = Stable.Latest.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
include Nat.Intf.S with type t := t
include Nat.Intf.S_unchecked with type t := t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
include Core_kernel.Comparable.S with type t := t
val comparator : ( t, comparator_witness ) Base__Comparator.comparator
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end
include Core_kernel.Hashable.S with type t := t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
val dhall_type : Ppx_dhall_type.Dhall_type.t
val max_value : t
val gen : t Core_kernel.Quickcheck.Generator.t
val zero : t
val of_int : int -> t
val to_int : t -> int
val random : unit -> t
val of_string : string -> t
val to_string : t -> string
module Bits : Snark_bits.Bits_intf.Convertible_bits with type t := t
val to_bits : t -> bool list
val of_bits : bool list -> t
val to_input : t -> Snark_params.Tick.Field.t Random_oracle.Input.Chunked.t
val to_input_legacy : t -> ( _, bool ) Random_oracle.Legacy.Input.t
val fold : t -> bool Tuple_lib.Triple.t Fold_lib.Fold.t
module Checked : Nat.Intf.S_checked with type unchecked := t
val typ : ( Checked.t, t ) Snark_params.Tick.Typ.t
warning: this typ does not work correctly with the generic if_
val to_uint32 : t -> Unsigned.uint32
val of_uint32 : Unsigned.uint32 -> t