package ocamlgraph

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

Module Digraph.V

Vertices

Vertices are COMPARABLE

Sourcetype t
Sourceval compare : t -> t -> int
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool

vertices are labeled with integers

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

Innovation. Community. Security.