package goblint

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

Parameters

module Values : Arg

Signature

include sig ... end
val expand_fst : bool
val expand_snd : bool
type t = Field.t * Values.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 show : (Field.t * Values.t) -> string
val name : unit -> string
val pretty : unit -> (Field.t * Values.t) -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> (Field.t * Values.t) -> unit
val to_yojson : (Field.t * Values.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (Field.t * Values.t) QCheck.arbitrary
val relift : (Field.t * Values.t) -> Field.t * Values.t
val bot : unit -> Field.t * Values.t
val is_bot : (Field.t * Values.t) -> bool
val top : unit -> Field.t * Values.t
val is_top : (Field.t * Values.t) -> bool
val leq : (Field.t * Values.t) -> (Field.t * Values.t) -> bool
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc
val op_scheme : ('a -> 'b -> Field.t) -> ('c -> 'd -> Values.t) -> ('a * 'c) -> ('b * 'd) -> t
val join : (Field.t * Values.t) -> (Field.t * Values.t) -> t
val meet : (Field.t * Values.t) -> (Field.t * Values.t) -> t
val narrow : (Field.t * Values.t) -> (Field.t * Values.t) -> t
val widen : (Field.t * Values.t) -> (Field.t * Values.t) -> t
type value = Values.t
val invariant : value_invariant: (offset:GoblintCil.Cil.offset -> Invariant.context -> 'a -> [> `Top ] as 'b) -> offset:GoblintCil.Cil.offset -> Invariant.context -> ([< `Bot | `Lifted of GoblintCil.fieldinfo | `Top ] * 'c) -> 'd