Arg.G
include sig ... end
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show :
[< `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] ->
string
val relift :
[< `Bot
| `Lifted1 of GProtecting.t
| `Lifted2 of GProtected.t
| `Top Lifted1 Lifted2 ] as 'a ->
'a
val printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] ->
unit
val to_yojson :
[< `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] ->
Yojson.Safe.t
val leq :
[> `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] ->
[> `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] ->
bool
val join :
[> `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] as 'a ->
'a ->
'a
val meet :
[> `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] as 'a ->
'a ->
'a
val widen :
[> `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t ] ->
[> `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t ] as 'a ->
'a
val narrow :
[> `Bot | `Lifted1 of GProtecting.t | `Lifted2 of GProtected.t | `Top ] as 'a ->
'a ->
'a
val protecting : [> `Bot | `Lifted1 of GProtecting.t ] -> GProtecting.t
val protected : [> `Bot | `Lifted2 of GProtected.t ] -> GProtected.t