package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Left of Spec.V.t
  2. | `Right of CilType.Fundec.t
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
type group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val pretty : unit -> t -> GoblintCil.Pretty.doc
val show : [< `Left of Spec.V.t | `Right of CilType.Fundec.t ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of Spec.V.t | `Right of CilType.Fundec.t ] -> unit
val to_yojson : [< `Left of Spec.V.t | `Right of CilType.Fundec.t ] -> [> `Assoc of (string * Yojson.Safe.t) list ]
val relift : [< `Left of Spec.V.t | `Right of CilType.Fundec.t ] -> [> `Left of Spec.V.t | `Right of CilType.Fundec.t ]
val spec : 'a -> [> `Left of 'a ]
val contexts : 'a -> [> `Right of 'a ]
val var_id : [< `Left of Spec.V.t | `Right of CilType.Fundec.t ] -> string
val node : 'a -> MyCFG.node
val pretty_trace : unit -> t -> GoblintCil.Pretty.doc
val is_write_only : [< `Left of Spec.V.t | `Right of 'a ] -> bool