package opam-core

  1. Overview
  2. Docs

doc/opam-core/OpamParallel/MakeGraph/V/index.html

Module MakeGraph.VSource

Vertices have type V.t and are labeled with type V.label (note that an implementation may identify the vertex with its label)

Vertices are COMPARABLE.

type t = V.t
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool

Vertices are labeled.

Sourcetype label
Sourceval create : label -> t
Sourceval label : t -> label
OCaml

Innovation. Community. Security.