package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Payload : sig ... end
module type S = sig ... end

Abstraction for an irmin-pack control file.

module type Upper = sig ... end
module type Volume = sig ... end
module Upper (Io : Io.S) : Upper with module Io = Io
module Volume (Io : Io.S) : Volume with module Io = Io