include sig ... end
type t = [ | `Bot| `Lifted1 of Priv.G.t| `Lifted2 of VD.t| `Top
]val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval arbitrary : unit -> 'aval pretty : unit -> t -> Printable.Pretty.docval show : [< `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] -> stringval relift :
[< `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top Lifted1 Lifted2 ] as 'a ->
'aval name : unit -> stringval printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] ->
unitval to_yojson :
[< `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] ->
Yojson.Safe.tval bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Top ]val is_top : [> `Top ] -> boolval leq :
[> `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] ->
[> `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] ->
boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval join :
[> `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] as 'a ->
'a ->
'aval meet :
[> `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] as 'a ->
'a ->
'aval narrow :
[> `Bot | `Lifted1 of Priv.G.t | `Lifted2 of VD.t | `Top ] as 'a ->
'a ->
'aval thread : [> `Bot | `Lifted2 of VD.t ] -> VD.tval create_priv : 'a -> [> `Lifted1 of 'a ]val create_thread : 'a -> [> `Lifted2 of 'a ]