package irmin-fs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.Status

type t = [
  1. | `Branch of branch
  2. | `Commit of commit
  3. | `Empty
]
val t : repo -> t Irmin__.Type.t
val pp : t Fmt.t
OCaml

Innovation. Community. Security.