package git

  1. Overview
  2. Docs

Object types.

type t =
  1. | Blob
  2. | Commit
  3. | Tag
  4. | Tree
val to_string : t -> string
val of_string : string -> t option