package prbnmcn-cgrph

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

Functions useful for debugging.

type mode =
  1. | Backward_only
  2. | Full
type edge =
  1. | Dependency of ex
  2. | Dynamic of ex
val uid : ex -> int
val upstream : ex -> ex list
val used_by : ex -> ex list
val valid : ex -> bool
module Node_table : Hashtbl.S with type key = ex
val compute_graph : mode -> ex -> edge list Node_table.t
val to_dot : ?name:string -> mode:mode -> ex -> out_channel -> unit

Export a graph to graphviz format.

OCaml

Innovation. Community. Security.