package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Commit
  2. | Contents
  3. | Inode
  4. | Node
val t : t Irmin.Type.t
val to_magic : t -> char
val of_magic_exn : char -> t
val pp : t Fmt.t