= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package irmin-pack
-
irmin-pack
-
-
irmin-pack.layered
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type INTER = sig ... end
module Make_intermediate
(Conf : Config.S)
(H : Irmin.Hash.S)
(Node : Irmin.Private.Node.S with type hash = H.t) :
INTER
with type hash = H.t
and type Val.metadata = Node.metadata
and type Val.step = Node.step
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