Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Functions useful for debugging.
val uid : ex -> int
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.