Sys.Gmodule CSet : sig ... endval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval pretty : unit -> t -> Printable.Pretty.docval show :
[< `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] ->
stringval relift :
([< `Bot
| `Lifted1 of SpecSys.Spec.G.t
| `Lifted2 of CSet.t
| `Top Lifted1 Lifted2 ] as 'a) ->
'aval to_yojson :
[< `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] ->
Yojson.Safe.tval leq :
[> `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] ->
[> `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] ->
boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval join :
([> `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] as 'a) ->
'a ->
'aval meet :
([> `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] as 'a) ->
'a ->
'aval widen :
[> `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t ] ->
([> `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t ] as 'a) ->
'aval narrow :
([> `Bot | `Lifted1 of SpecSys.Spec.G.t | `Lifted2 of CSet.t | `Top ] as 'a) ->
'a ->
'aval spec : [> `Bot | `Lifted1 of SpecSys.Spec.G.t ] -> SpecSys.Spec.G.tval printXml :
'a BatInnerIO.output ->
[< `Bot
| `Lifted1 of SpecSys.Spec.G.t
| `Lifted2 of CSet.t
| `Top Lifted1 Lifted2 ] ->
unit