Compare.Var
type t = Node.t
val hash : t -> int
val is_write_only : t -> bool
val pretty_trace : unit -> t -> GoblintCil.Pretty.doc
val var_id : t -> string
val node : t -> MyCFG.node
val pretty : unit -> t -> GoblintCil.Pretty.doc
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]