Frama_c_kernel.State_dependency_graphState Dependency Graph.
module type S = sig ... endSignature of a State Dependency Graph. It is compatible with the signature of OcamlGraph imperative graph Graph.Sig.I.
module type Attributes = sig ... endSignature required by Graph.GraphViZ.Dot. See the OcamlGraph's documentation for additional details.
module Attributes : Attributesmodule Dot (_ : Attributes) : sig ... end