package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 relift : 'a -> 'a
val is_first_field : GoblintCil.fieldinfo -> bool
val cmp_zero_offset : t -> [ `MayZero | `MustNonzero | `MustZero ]
val equal : t -> t -> bool
val show : [< `Field of GoblintCil.fieldinfo * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc
val hash : [< `Field of GoblintCil.fieldinfo * 'a | `Index of 'b * 'a | `NoOffset ] as 'a -> int
val name : unit -> string
val from_offset : 'a -> 'b
val is_definite : [< `Field of 'b * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a -> bool
val add_offset : [< `Field of 'b * 'a | `Index of 'c * 'a | `NoOffset ] as 'a -> [> `Field of 'b * 'd | `Index of 'c * 'd ] as 'd -> 'd
val compare : t -> t -> int
val to_cil_offset : t -> GoblintCil.offset