CfgTools.CfgPrintersmodule NodeStyles : NodeStylesinclude module type of struct include NodeStyles endval extraNodeStyles : MyCFG.node -> string listval p_node : Format.formatter -> Node.t -> unitval p_edge : Format.formatter -> Edge.t -> unitval p_edges : Format.formatter -> ('a * Edge.t) list -> unitval printEdgeStyle :
Format.formatter ->
MyCFG.node ->
((GoblintCil.location * MyCFG.edge) list * MyCFG.node) ->
unitval printNodeStyle : Format.formatter -> MyCFG.node -> unit