package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Printable.Std end
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 arbitrary : unit -> 'a
val relift : 'a -> 'b
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val name : unit -> string
val class_tag : (GoblintCil.varinfo * 'a) -> [> `Global | `Local | `Parameter | `Temp ]
val short_offs : (GoblintCil.fieldinfo, GoblintCil.exp) offs -> string -> string
val of_ciloffs : GoblintCil.offset -> [> `Field of GoblintCil.fieldinfo * 'a | `Index of GoblintCil.exp * 'a | `NoOffset ] as 'a
val to_ciloffs : [< `Field of GoblintCil.fieldinfo * 'b | `Index of GoblintCil.exp * 'c | `NoOffset ] as 'a -> GoblintCil.offset
val to_lval : (GoblintCil.varinfo * [< `Field of GoblintCil.fieldinfo * 'b | `Index of GoblintCil.exp * 'b | `NoOffset ] as 'a) -> GoblintCil.lhost * GoblintCil.offset
val to_exp : (GoblintCil.varinfo * [< `Field of GoblintCil.fieldinfo * 'b | `Index of GoblintCil.exp * 'b | `NoOffset ] as 'a) -> GoblintCil.exp
val has_index_offs : [< `Field of 'b * 'c | `Index of 'd | `NoOffset ] as 'a -> bool
val has_index : ('a * [< `Field of 'c * 'd | `Index of 'e | `NoOffset ] as 'b) -> bool
include sig ... end
val pretty : unit -> t -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]