package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Branch of branch
  2. | `Commit of commit
  3. | `Empty
]
val t : repo -> t Irmin.Type.t
val pp : t Fmt.t