package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception RO_not_allowed
module type Checkable = sig ... end
module type Specifics = sig ... end

Irmin-pack-specific extensions to the Store module type.

module type S = sig ... end
module type Maker = sig ... end
module type Maker_persistent = Maker with type ('h, _) contents_key = 'h Pack_key.t and type 'h node_key = 'h Pack_key.t and type 'h commit_key = 'h Pack_key.t