Module CfgTools.CfgPrinters

Parameters

Signature

include module type of struct include NodeStyles end
val defaultNodeStyles : string list
val extraNodeStyles : MyCFG.node -> string list
val p_node : Stdlib.Format.formatter -> Node.t -> unit
val p_edge : Stdlib.Format.formatter -> Edge.t -> unit
val p_edges : Stdlib.Format.formatter -> ('a * Edge.t) list -> unit
val printEdgeStyle : Stdlib.Format.formatter -> MyCFG.node -> ((GoblintCil.location * MyCFG.edge) list * MyCFG.node) -> unit
val printNodeStyle : Stdlib.Format.formatter -> MyCFG.node -> unit