Module Nat.Make

Parameters

module N : sig ... end

Signature

include Intf.S_unchecked with type t := N.t with module Bits := Bits
val to_yojson : N.t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> N.t Ppx_deriving_yojson_runtime.error_or
include Ppx_sexp_conv_lib.Sexpable.S with type t := N.t
val t_of_sexp : Sexplib0__.Sexp.t -> N.t
val sexp_of_t : N.t -> Sexplib0__.Sexp.t
val compare : N.t -> N.t -> int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> N.t -> Ppx_hash_lib.Std.Hash.state
val hash : N.t -> Ppx_hash_lib.Std.Hash.hash_value
include Core_kernel.Comparable.S with type t := N.t
val (>=) : N.t -> N.t -> bool
val (<=) : N.t -> N.t -> bool
val (=) : N.t -> N.t -> bool
val (>) : N.t -> N.t -> bool
val (<) : N.t -> N.t -> bool
val (<>) : N.t -> N.t -> bool
val equal : N.t -> N.t -> bool
val min : N.t -> N.t -> N.t
val max : N.t -> N.t -> N.t
val ascending : N.t -> N.t -> int
val descending : N.t -> N.t -> int
val between : N.t -> low:N.t -> high:N.t -> bool
val clamp_exn : N.t -> min:N.t -> max:N.t -> N.t
val clamp : N.t -> min:N.t -> max:N.t -> N.t Base__.Or_error.t
type comparator_witness
val comparator : ( N.t, comparator_witness ) Base__Comparator.comparator
val validate_lbound : min:N.t Base__.Maybe_bound.t -> N.t Base__.Validate.check
val validate_ubound : max:N.t Base__.Maybe_bound.t -> N.t Base__.Validate.check
val validate_bound : min:N.t Base__.Maybe_bound.t -> max:N.t Base__.Maybe_bound.t -> N.t Base__.Validate.check
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end
include Core_kernel.Hashable.S with type t := N.t
val compare : N.t -> N.t -> Core_kernel__.Import.int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> N.t -> Ppx_hash_lib.Std.Hash.state
val hash : N.t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : N.t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
val max_value : N.t
val length_in_bits : int
val gen : N.t Core_kernel.Quickcheck.Generator.t
val gen_incl : N.t -> N.t -> N.t Core_kernel.Quickcheck.Generator.t
val zero : N.t
val succ : N.t -> N.t
val add : N.t -> N.t -> N.t
val sub : N.t -> N.t -> N.t option
val of_int : int -> N.t
val to_int : N.t -> int
val random : unit -> N.t
val of_string : string -> N.t
val to_string : N.t -> string
val to_bits : N.t -> bool list
val of_bits : bool list -> N.t
val to_input_legacy : N.t -> ( _, bool ) Random_oracle.Legacy.Input.t
module Checked : Intf.S_checked with type unchecked := N.t

warning: this typ does not work correctly with the generic if_