Module Fp.Nat

type t
val equal : t -> t -> Ppx_deriving_runtime.bool
include Core.Bin_prot.Binable.S with type t := t
val bin_size_t : t Bin_prot__.Size.sizer
val bin_write_t : t Bin_prot__.Write.writer
val bin_read_t : t Bin_prot__.Read.reader
val __bin_read_t__ : (int -> t) Bin_prot__.Read.reader
val bin_shape_t : Bin_prot__.Shape.t
val bin_writer_t : t Bin_prot__.Type_class.writer
val bin_reader_t : t Bin_prot__.Type_class.reader
val bin_t : t Bin_prot__.Type_class.t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string
val of_int : int -> t
val to_int_exn : t -> int
val (<) : t -> t -> bool
val (+) : t -> t -> t
val (*) : t -> t -> t
val (-) : t -> t -> t
val (//) : t -> t -> t
val (%) : t -> t -> t
val shift_left : t -> int -> t
val shift_right : t -> int -> t
val log_and : t -> t -> t
val log_or : t -> t -> t
val test_bit : t -> int -> bool
val num_bits : t -> int
val of_bytes : string -> t
val to_bytes : t -> string