package irmin-pack

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

Parameters

module S : sig ... end

Signature

type t
val v : unit -> t
val visit_commit : t -> S.Hash.t -> unit
val visit_contents : t -> S.Hash.t -> unit
val visit_node : t -> S.Hash.t -> (S.step option * [ `Contents of S.Hash.t | `Inode of S.Hash.t | `Node of S.Hash.t ]) list -> nb_children:int -> width:int -> unit
val pp_results : dump_blob_paths_to:string option -> t -> unit