package core-and-more

  1. Overview
  2. Docs
type t =
  1. | Id of string
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val bin_shape_t : Core.Bin_prot.Shape.t
val bin_size_t : t Core.Bin_prot.Size.sizer
val bin_write_t : t Core.Bin_prot.Write.writer
val __bin_read_t__ : (int -> t) Core.Bin_prot.Read.reader
val bin_read_t : t Core.Bin_prot.Read.reader
val mk_prime : t -> t
val create : string -> t
val from_int : int -> t
val destruct : t -> string
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val show : t -> string
val wildcard : t