package irmin-pack

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

Module Of_commit.Commit_directSource

Sourcetype address =
  1. | Offset of Optint.Int63.t
  2. | Hash of hash
Sourceval address_t : address Irmin.Type.t
Sourcetype t = {
  1. node_offset : address;
  2. parent_offsets : address list;
  3. info : Commit.Info.t;
}
OCaml

Innovation. Community. Security.