package opam-core

  1. Overview
  2. Docs

Module type OpamParallel.VERTEXSource

include OpamStd.OrderedType
include Set.OrderedType
Sourcetype t

The type of the set elements.

Sourceval to_string : t -> string
Sourceval to_json : t -> OpamJson.t
include Graph.Sig.COMPARABLE with type t := t
Sourceval compare : t -> t -> int
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool