package goblint

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

Parameters

Signature

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