package volgo

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

Module Platform_repo.Vcs_kindSource

Some platform support hosting Mercurial repositories. We use this type to distinguish.

Note that some combinations of values are meaningless. For example, there are no Mercurial repository on GitHub.

Sourcetype t =
  1. | Git
  2. | Hg
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval seeded_hash : int -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval all : t list