package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Fm : File_manager.S) (Dict : Dict.S with module Fm = Fm) (Hash : Irmin.Hash.S with type t = Fm.Index.key) (Val : Irmin_pack.Pack_value.Persistent with type hash := Hash.t and type key := Hash.t Irmin_pack.Pack_key.t) (Errs : Errors.S with module Io = Fm.Io) : S with type key = Hash.t Irmin_pack.Pack_key.t and type hash = Hash.t and type value = Val.t and type file_manager = Fm.t and type dict = Dict.t