package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module F : sig ... end
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.bool
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 : (IntDomain.Booleans.t * F.t * OctagonDomain.INV.t) -> string
val to_yojson : (IntDomain.Booleans.t * F.t * OctagonDomain.INV.t) -> [> `Assoc of (string * Printable.json) list ]
val name : unit -> string
val is_bot : (IntDomain.Booleans.t * F.t * OctagonDomain.INV.t) -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val op_scheme : ('a -> 'b -> IntDomain.Booleans.t) -> ('c -> 'd -> F.t) -> ('e -> 'f -> OctagonDomain.INV.t) -> ('a * 'c * 'e) -> ('b * 'd * 'f) -> t
val compare_sign_and_var : (IntDomain.Booleans.t * BV.t) -> (IntDomain.Booleans.t * BV.t) -> int
val leq : t -> t -> bool
val is_top : ('a * 'b * OctagonDomain.INV.t) -> bool