package ocamlgraph

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

Module G.ESource

Sourcetype vertex = V.t
Sourcetype label = E.t
Sourceval src : ('a * 'b * 'c) -> 'a
Sourceval dst : ('a * 'b * 'c) -> 'c
Sourceval label : ('a * 'b * 'c) -> 'b
Sourceval create : 'a -> 'b -> 'c -> 'a * 'b * 'c
Sourcemodule C : sig ... end
Sourceval compare : (V.t * E.t * V.t) -> (V.t * E.t * V.t) -> int
OCaml

Innovation. Community. Security.