package goblint

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

Parameters

module LD : Printable.S

Signature

type t = Node.t * LD.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val relift : ('a * LD.t) -> 'a * LD.t
val hash : (Node.t * LD.t) -> int
val getLocation : (Node.t * 'a) -> Cil.location
val pretty_trace : unit -> (Node.t * LD.t) -> Pretty.doc
val printXml : 'a BatInnerIO.output -> (Node.t * LD.t) -> unit
val var_id : (Node.t * 'a) -> string
val node : ('a * 'b) -> 'a