package irmin-pack

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

Parameters

module Conf : Conf.S
module H : Irmin.Hash.S
module Key : sig ... end
module Node : Irmin.Node.Generic_key.S with type hash = H.t and type contents_key = Key.t and type node_key = Key.t

Signature

type hash = H.t
type key = Key.t
val pp_hash : hash Fmt.t
module Snapshot : sig ... end
module Raw : sig ... end
module Val : sig ... end
val to_snapshot : Raw.t -> Snapshot.inode
module Compress : sig ... end
module Child_ordering : sig ... end