package goblint

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

Parameters

module Idx : IdxDomain

Signature

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 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 * 'b | `Index of Idx.t * 'c | `NoOffset ] as 'a -> string
include sig ... end
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 * 'b | `Index of 'c * 'd | `NoOffset ] as 'a -> int
val name : unit -> string
val from_offset : 'a -> 'b
val is_definite : [< `Field of 'b * 'c | `Index of Idx.t * 'd | `NoOffset ] as 'a -> bool
val add_offset : [< `Field of 'b * 'c | `Index of 'd * 'e | `NoOffset ] as 'a -> [> `Field of 'b * 'g | `Index of 'd * 'g ] as 'f -> 'g
val compare : t -> t -> int
val to_cil_offset : t -> GoblintCil.offset