package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. tree : (Bonsai__.Node_path.t, Bonsai__.Node_path.t, Bonsai__.Node_path.comparator_witness) Core__.Map_intf.Map.t;
  2. dag : (Bonsai__.Node_path.t, Bonsai__.Node_path.t list, Bonsai__.Node_path.comparator_witness) Core__.Map_intf.Map.t;
  3. info : (Bonsai__.Node_path.t, Node_info.V2.t, Bonsai__.Node_path.comparator_witness) Core__.Map_intf.Map.t;
}
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_v1 : t -> V1.t
val of_v1 : V1.t -> t
OCaml

Innovation. Community. Security.