package ocamlgraph

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

Module Graph.DominatorSource

Dominators

All of the functions in this module assume that the graph is not modified between calling one of these functions and using the returned functions. Such mutation results in undefined behavior.

  • author Ivan Jager
Sourceexception Unreachable
Sourcemodule type G = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (G : G) : S with type t = G.t and type vertex = G.V.t
Sourcemodule type I = sig ... end
Sourcemodule Make_graph (G : I) : sig ... end
OCaml

Innovation. Community. Security.