package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type nonrec volume_identifier = string
val volume_identifier_t : volume_identifier Irmin.Type.t
module Make_volume (Io : Io.S) (Errs : Io_errors.S with module Io = Io) : sig ... end
module Make (Io : Io.S) (Errs : Io_errors.S with module Io = Io) : S with module Io = Io and module Errs = Errs