package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Kind : sig ... end
module type S = sig ... end
module Make (_ : sig ... end) (Hash : Irmin.Hash.S) (Data : Irmin.Type.S) : S with type hash = Hash.t
module Of_contents (Hash : Irmin.Hash.S) (Contents : Irmin.Contents.S) : S with type t = Contents.t and type hash = Hash.t
module Of_commit (Hash : Irmin.Hash.S) (Commit : Irmin.Private.Commit.S) : S with type t = Commit.t and type hash = Hash.t