package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('k, 'v) t = 'k * [ `Left of 'v | `Right of 'v | `Unequal of 'v * 'v ]
val bin_size_t : ('a -> int) -> ('b -> int) -> ('a * [< `Left of 'b | `Right of 'b | `Unequal of 'b * 'b ]) -> int
val bin_write_t : (Bin_prot.Common.buf -> pos:'a -> 'b -> Bin_prot.Common.pos) -> (Bin_prot.Common.buf -> pos:Bin_prot.Common.pos -> 'c -> Bin_prot.Common.pos) -> Bin_prot.Common.buf -> pos:'a -> ('b * [< `Left of 'c | `Right of 'c | `Unequal of 'c * 'c ]) -> Bin_prot.Common.pos
val bin_writer_t : 'a Bin_prot.Type_class.writer -> 'b Bin_prot.Type_class.writer -> ('a * [< `Left of 'b | `Right of 'b | `Unequal of 'b * 'b ]) Bin_prot.Type_class.writer
val __bin_read_t__ : 'a -> 'b -> 'c -> pos_ref:Bin_prot.Common.pos Base.Ref.t -> 'd -> 'e
val bin_read_t : (Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'a) -> (Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'b) -> Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'a * [> `Left of 'b | `Right of 'b | `Unequal of 'b * 'b ]
val bin_reader_t : 'a Bin_prot.Type_class.reader -> 'b Bin_prot.Type_class.reader -> ('a * [> `Left of 'b | `Right of 'b | `Unequal of 'b * 'b ]) Bin_prot.Type_class.reader
val bin_t : 'a Bin_prot.Type_class.t -> 'b Bin_prot.Type_class.t -> ('a * [ `Left of 'b | `Right of 'b | `Unequal of 'b * 'b ]) Bin_prot.Type_class.t
val compare : 'k 'v. ('k -> 'k -> Base.Int.t) -> ('v -> 'v -> Base.Int.t) -> ('k, 'v) t -> ('k, 'v) t -> Base.Int.t
val t_of_sexp : 'k 'v. (Sexplib.Sexp.t -> 'k) -> (Sexplib.Sexp.t -> 'v) -> Sexplib.Sexp.t -> ('k, 'v) t
val sexp_of_t : 'k 'v. ('k -> Sexplib.Sexp.t) -> ('v -> Sexplib.Sexp.t) -> ('k, 'v) t -> Sexplib.Sexp.t