package goblint

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

Parameters

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
include sig ... end
type t = int
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val name : unit -> string
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val bot : unit -> int
val is_bot : int -> bool
val top : unit -> int
val is_top : int -> bool
val leq : 'a -> 'b -> bool
val join : 'a -> 'b -> 'c
val widen : 'a -> 'a -> 'a
val meet : 'a -> 'b -> 'c
val narrow : 'a -> 'a -> 'a
val pretty_diff : unit -> (t * t) -> Pretty.doc