package irmin-pack

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