Parameters
Signature
include sig ... end
type t = [ | `Bot| `Lifted of Base.t
]val show_group : group -> 'aval to_group : 'a -> 'b optionval arbitrary : unit -> 'aval lift : 'a -> [> `Lifted of 'a ]val show : [< `Bot | `Lifted of Base.t ] -> stringval pretty : unit -> t -> Goblint_lib__Printable.Pretty.docval name : unit -> stringval relift : [< `Bot | `Lifted of Base.t ] -> [> `Bot | `Lifted of Base.t ]val bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Lifted of Base.t ]val is_top : [< `Bot | `Lifted of Base.t ] -> boolval leq :
[< `Bot | `Lifted of Base.t ] ->
[< `Bot | `Lifted of Base.t ] ->
boolval pretty_diff : unit -> (t * t) -> Pretty.docval join : ([< `Bot | `Lifted of Base.t Lifted ] as 'a) -> 'a -> 'aval meet :
[< `Bot | `Lifted of Base.t ] ->
[< `Bot | `Lifted of Base.t ] ->
[> `Bot | `Lifted of Base.t ]val widen : [> `Lifted of Base.t ] -> ([> `Lifted of Base.t ] as 'a) -> 'aval narrow : ([> `Lifted of Base.t ] as 'a) -> [> `Lifted of Base.t ] -> 'a