Queries.VI
val hash : t -> int
val show : [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted of Basetype.Variables.t | `Top ] ->
unit
val to_yojson :
[< `Bot | `Lifted of Basetype.Variables.t | `Top ] ->
Yojson.Safe.t
val relift :
[< `Bot | `Lifted of Basetype.Variables.t | `Top Lifted ] as 'a ->
'a
val arbitrary :
unit ->
[ `Bot | `Lifted of Basetype.Variables.t | `Top ] QCheck.arbitrary
val join : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val widen :
[> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a ->
'a ->
'a
val meet : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val narrow :
[> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a ->
'a ->
'a