package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Node.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val relift : 'a -> 'a
val hash : Node.t -> int
val getLocation : Node.t -> Cil.location
val pretty_trace : unit -> Node.t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> Node.t -> unit
val var_id : Node.t -> string
val node : 'a -> 'a