package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Bot
  2. | `Lifted1 of S.G.t
  3. | `Lifted2 of S.D.t
  4. | `Top
]
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 arbitrary : unit -> 'a
val bot_name : string
val top_name : string
val pretty : unit -> t -> GoblintCil.Pretty.doc
val show : [< `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] -> string
val relift : [< `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top Lifted1 Lifted2 ] as 'a -> 'a
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] -> unit
val to_yojson : [< `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] -> [> `Assoc of (string * Yojson.Safe.t) list | `String of string ]
val bot : unit -> [> `Bot ]
val is_bot : [> `Bot ] -> bool
val top : unit -> [> `Top ]
val is_top : [> `Top ] -> bool
val leq : [> `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] -> [> `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] -> bool
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc
val join : [> `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted1 of S.G.t | `Lifted2 of S.D.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Lifted1 of S.G.t | `Lifted2 of S.D.t ] -> [> `Lifted1 of S.G.t | `Lifted2 of S.D.t ] as 'a -> 'a
val narrow : [> `Lifted1 of S.G.t | `Lifted2 of S.D.t ] as 'a -> [> `Lifted1 of S.G.t | `Lifted2 of S.D.t ] -> 'a