Parameters
Signature
module CSet : sig ... endinclude sig ... end
type t = [ | `Bot| `Lifted1 of G.t| `Lifted2 of CSet.t| `Top
]val arbitrary : unit -> 'aval pretty : unit -> t -> Printable.Pretty.docval show : [< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] -> stringval relift :
([< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top Lifted1 Lifted2 ] as 'a) ->
'aval name : unit -> stringval to_yojson :
[< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] ->
[> `Assoc of (string * Yojson.Safe.t) list | `String of string ]val bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Top ]val is_top : [> `Top ] -> boolval leq :
[> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] ->
[> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] ->
boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval join :
([> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] as 'a) ->
'a ->
'aval meet :
([> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] as 'a) ->
'a ->
'aval widen :
[> `Lifted1 of G.t | `Lifted2 of CSet.t ] ->
([> `Lifted1 of G.t | `Lifted2 of CSet.t ] as 'a) ->
'aval narrow :
([> `Lifted1 of G.t | `Lifted2 of CSet.t ] as 'a) ->
[> `Lifted1 of G.t | `Lifted2 of CSet.t ] ->
'aval spec : [> `Bot | `Lifted1 of G.t ] -> G.tval create_spec : 'a -> [> `Lifted1 of 'a ]val create_contexts : 'a -> [> `Lifted2 of 'a ]