package async_rpc_kernel

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

Module Query_id.TableSource

Sourcetype key = t
Sourcetype (!'a, !'b) hashtbl = ('a, 'b) Base.Hashtbl.t
Sourcetype 'b t = (key, 'b) hashtbl
Sourceval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
Sourceval sexp_of_t : ('b -> Sexplib0.Sexp.t) -> 'b t -> Sexplib0.Sexp.t
Sourcetype ('a, 'b) t_ = 'b t
Sourcetype 'a key_ = key
Sourceval hashable : key Base.Hashable.t
Sourceval invariant : ('a -> unit) -> 'a t -> unit
Sourceval create : ?growth_allowed:bool -> ?size:int -> unit -> ('a, 'b) t_
Sourceval of_alist : ?growth_allowed:bool -> ?size:int -> ('a key_ * 'b) list -> [ `Duplicate_key of 'a key_ | `Ok of ('a, 'b) t_ ]
Sourceval of_alist_report_all_dups : ?growth_allowed:bool -> ?size:int -> ('a key_ * 'b) list -> [ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'b) t_ ]
Sourceval of_alist_or_error : ?growth_allowed:bool -> ?size:int -> ('a key_ * 'b) list -> ('a, 'b) t_ Base.Or_error.t
Sourceval of_alist_exn : ?growth_allowed:bool -> ?size:int -> ('a key_ * 'b) list -> ('a, 'b) t_
Sourceval of_alist_multi : ?growth_allowed:bool -> ?size:int -> ('a key_ * 'b) list -> ('a, 'b list) t_
Sourceval create_mapped : ?growth_allowed:bool -> ?size:int -> get_key:('r -> 'a key_) -> get_data:('r -> 'b) -> 'r list -> [ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'b) t_ ]
Sourceval create_with_key : ?growth_allowed:bool -> ?size:int -> get_key:('r -> 'a key_) -> 'r list -> [ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'r) t_ ]
Sourceval create_with_key_or_error : ?growth_allowed:bool -> ?size:int -> get_key:('r -> 'a key_) -> 'r list -> ('a, 'r) t_ Base.Or_error.t
Sourceval create_with_key_exn : ?growth_allowed:bool -> ?size:int -> get_key:('r -> 'a key_) -> 'r list -> ('a, 'r) t_
Sourceval group : ?growth_allowed:bool -> ?size:int -> get_key:('r -> 'a key_) -> get_data:('r -> 'b) -> combine:('b -> 'b -> 'b) -> 'r list -> ('a, 'b) t_
Sourcemodule Provide_of_sexp (Key : sig ... end) : sig ... end
Sourcemodule Provide_bin_io (Key : sig ... end) : sig ... end
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a__002_) -> Sexplib0.Sexp.t -> 'a__002_ t
Sourceval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1
Sourceval bin_write_t : ('a, 'a t) Bin_prot.Write.writer1
Sourceval bin_read_t : ('a, 'a t) Bin_prot.Read.reader1
Sourceval __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1
Sourceval bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writer
Sourceval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.reader
Sourceval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t