package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type address =
  1. | Offset of Optint.Int63.t
  2. | Hash of hash
val address_t : address Irmin.Type.t
type t = {
  1. node_offset : address;
  2. parent_offsets : address list;
  3. info : Value.Info.t;
}
val t : t Irmin.Type.t