package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Hash_key : sig ... end
include sig ... end
val t : t Irmin.Type.t
type node_key = Hash_key.t
val node_key_t : node_key Irmin.Type.t
type commit_key = Hash_key.t
val commit_key_t : commit_key Irmin.Type.t
val v : info:Schema.Info.t -> node:node_key -> parents:commit_key list -> t
val node : t -> node_key
val parents : t -> commit_key list
val info : t -> Schema.Info.t
val of_commit : Commit.Value.t -> t
module Info = Schema.Info
type hash = Hash.t
val hash_t : Hash.t Irmin.Type.t