package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val expand_fst : bool
val expand_snd : bool
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
type group = Printable.Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val show : (CilType.Location.t * Basetype.Variables.t) -> string
val to_yojson : (CilType.Location.t * Basetype.Variables.t) -> [> `Assoc of (string * Printable.json) list ]
val name : unit -> string
type marshal = t
val pretty : unit -> (CilType.Location.t * Cil.varinfo) -> Pretty.doc
val to_location : ('a * 'b) -> 'a