PerMutexTidCommonNC.GThread
type t =
[ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t | `Top ]
* L.t
val is_top : t -> bool
val top : unit -> t
val is_bot : t -> bool
val bot : unit -> t
val hash : t -> int
val show :
([ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t
| `Top ]
* L.t) ->
string
val pretty :
unit ->
([ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t
| `Top ]
* L.t) ->
Printable.Pretty.doc
val printXml :
'a BatInnerIO.output ->
([ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t
| `Top ]
* L.t) ->
unit
val to_yojson :
([ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t
| `Top ]
* L.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary :
unit ->
([ `Lifted of SetDomain.Make(Printable.Prod(LLock)(Printable.Unit)).t
| `Top ]
* L.t)
QCheck.arbitrary