package carton

  1. Overview
  2. Docs

Module Carton.KindSource

A PACK file contains several types of object. According to Git, it contains commits (`A), trees (`B), blobs (`C) and tags (`D). Carton is far enough removed from Git to abstract itself from the actual type of these objects.

Sourcetype t = [
  1. | `A
  2. | `B
  3. | `C
  4. | `D
]

The type of kinds of objects.

Sourceval pp : Format.formatter -> t -> unit
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval to_int : t -> int
OCaml

Innovation. Community. Security.