package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type INTER = sig ... end
module Make_ext (H : Irmin.Hash.S) (Node : Irmin.Private.Node.S with type hash = H.t) (Inter : INTER with type hash = H.t and type Val.metadata = Node.metadata and type Val.step = Node.step) (P : Pack.MAKER with type key = H.t and type index = Irmin_pack__.Pack_index.Make(H).t) : sig ... end
module Make (Conf : Config.S) (H : Irmin.Hash.S) (P : Pack.MAKER with type key = H.t and type index = Irmin_pack__.Pack_index.Make(H).t) (Node : Irmin.Private.Node.S with type hash = H.t) : sig ... end