package goblint

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

Parameters

module Thread : S

Signature

include sig ... end
type t = [
  1. | `Bot
  2. | `Lifted of Thread.t
  3. | `Top
]
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 bot_name : string
val top_name : string
val lift : 'a -> [> `Lifted of 'a ]
val hash : [< `Bot | `Lifted of Thread.t | `Top ] -> int
val show : [< `Bot | `Lifted of Thread.t | `Top ] -> string
val pretty : unit -> t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted of Thread.t | `Top ] -> unit
val to_yojson : [< `Bot | `Lifted of Thread.t | `Top ] -> Printable.json
val invariant : Invariant.context -> [< `Bot | `Lifted of Thread.t | `Top ] -> Invariant.t
val relift : [< `Bot | `Lifted of Thread.t | `Top Lifted ] as 'a -> 'a
val arbitrary : unit -> [ `Bot | `Lifted of Thread.t | `Top ] QCheck.arbitrary
val bot : unit -> [> `Bot ]
val is_bot : [> `Bot ] -> bool
val top : unit -> [> `Top ]
val is_top : [> `Top ] -> bool
val leq : t -> t -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val join : [> `Bot | `Lifted of Thread.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Bot | `Lifted of Thread.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted of Thread.t | `Top ] as 'a -> 'a -> 'a
val narrow : [> `Bot | `Lifted of Thread.t | `Top ] as 'a -> 'a -> 'a
val name : unit -> string