package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val t : t Irmin.Type.t
type node_key = Node.Key.t
val node_key_t : node_key Irmin.Type.t
type commit_key = XKey.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
module Info = Schema.Info
type hash = Hash.t
val hash_t : Hash.t Irmin.Type.t