package ocamlgraph

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

Module Graph.LeaderlistSource

The leader list algorithm; it generates a list of basic blocks from a directed graph. A basic block is a forward path of nodes that requires neither branching from nor into.

Sourcemodule type G = sig ... end

Minimal graph signature for leader list algorithm

Sourcemodule Make (G : G) : sig ... end
OCaml

Innovation. Community. Security.