package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Conf : Config.S
module H : Irmin.Hash.S
module Node : Irmin.Private.Node.S with type hash = H.t

Signature

type hash = H.t
val pp_hash : hash Fmt.t
module Elt : Pack.ELT with type hash := hash
val decode_bin : dict:(int -> string option) -> hash:(int64 -> hash) -> string -> int -> int * Elt.t
module Val : sig ... end