package core-and-more

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CoreAndMore.IdSource

Sourcetype t =
  1. | Id of string
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
Sourceval hash : t -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval bin_shape_t : Core.Bin_prot.Shape.t
Sourceval bin_size_t : t Core.Bin_prot.Size.sizer
Sourceval bin_write_t : t Core.Bin_prot.Write.writer
Sourceval bin_writer_t : t Core.Bin_prot.Type_class.writer
Sourceval __bin_read_t__ : (int -> t) Core.Bin_prot.Read.reader
Sourceval bin_read_t : t Core.Bin_prot.Read.reader
Sourceval bin_reader_t : t Core.Bin_prot.Type_class.reader
Sourceval bin_t : t Core.Bin_prot.Type_class.t
Sourceval mk_prime : t -> t
Sourceval create : string -> t
Sourceval from_int : int -> t
Sourceval destruct : t -> string
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval wildcard : t
OCaml

Innovation. Community. Security.