package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val expand_fst : bool
val expand_snd : bool
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
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 hash : (IntDomain.Booleans.t * Re.G.t) -> int
val show : (IntDomain.Booleans.t * Re.G.t) -> string
val name : unit -> string
val pretty : unit -> (IntDomain.Booleans.t * Re.G.t) -> Pretty.doc
val printXml : 'a BatInnerIO.output -> (IntDomain.Booleans.t * Re.G.t) -> unit
val to_yojson : (IntDomain.Booleans.t * Re.G.t) -> [> `Assoc of (string * Printable.json) list ]
val arbitrary : unit -> (IntDomain.Booleans.t * Re.G.t) QCheck.arbitrary
val bot : unit -> IntDomain.Booleans.t * Re.G.t
val is_bot : (IntDomain.Booleans.t * Re.G.t) -> bool
val top : unit -> IntDomain.Booleans.t * Re.G.t
val is_top : (IntDomain.Booleans.t * Re.G.t) -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val op_scheme : ('a -> 'b -> IntDomain.Booleans.t) -> ('c -> 'd -> Re.G.t) -> ('a * 'c) -> ('b * 'd) -> t