package irmin-pack

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

Parameters

module Index : sig ... end
module Hash : Irmin.Hash.S with type t = Index.key

Signature

type hash = Hash.t

Save multiple kind of values in the same pack file. Values will be distinguished using V.magic, so they have to all be different.

module Make (V : Irmin_pack.Pack_value.Persistent with type hash := hash and type key := hash Irmin_pack.Pack_key.t) : sig ... end