package goblint

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

Parameters

module Base1 : S
module Base2 : S

Signature

include sig ... end
type t = [
  1. | `Bot
  2. | `Lifted1 of Base1.t
  3. | `Lifted2 of Base2.t
  4. | `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 invariant : 'a -> 'b -> Invariant.t
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val bot_name : string
val top_name : string
val hash : [< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] -> int
val pretty : unit -> t -> Pretty.doc
val show : [< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] -> string
val relift : [< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top Lifted1 Lifted2 ] as 'a -> 'a
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] -> unit
val to_yojson : [< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] -> [> `Assoc of (string * Printable.json) 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 Base1.t | `Lifted2 of Base2.t | `Top ] -> [> `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val join : [> `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Lifted1 of Base1.t | `Lifted2 of Base2.t ] -> [> `Lifted1 of Base1.t | `Lifted2 of Base2.t ] as 'a -> 'a
val narrow : [> `Lifted1 of Base1.t | `Lifted2 of Base2.t ] as 'a -> [> `Lifted1 of Base1.t | `Lifted2 of Base2.t ] -> 'a