Intf.F
module N : sig ... end
module Bits : Snark_bits.Bits_intf.Convertible_bits with type t := N.t
include 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
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 comparator : ( N.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 := N.t
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 dhall_type : Ppx_dhall_type.Dhall_type.t
val max_value : N.t
val gen : N.t Core_kernel.Quickcheck.Generator.t
val zero : N.t
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 : N.t -> Snark_params.Tick.Field.t Random_oracle.Input.Chunked.t
val to_input_legacy : N.t -> ( _, bool ) Random_oracle.Legacy.Input.t
val fold : N.t -> bool Tuple_lib.Triple.t Fold_lib.Fold.t
val typ : ( Checked.t, N.t ) Snark_params.Tick.Typ.t
warning: this typ does not work correctly with the generic if_