package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = contents
val t : t Irmin.Type.t
val merge : t option Irmin.Merge.t
val hash : contents -> hash
val of_key : repo -> contents_key -> contents option Lwt.t
val of_hash : repo -> hash -> contents option Lwt.t