MutexAttrDomain
Mutex attribute type domain.
module MutexKind : sig ... end
include sig ... end
val hash : t -> int
val show : [< `Bot | `Lifted of MutexKind.t | `Top ] -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted of MutexKind.t | `Top ] ->
unit
val to_yojson : [< `Bot | `Lifted of MutexKind.t | `Top ] -> Yojson.Safe.t
val relift : [< `Bot | `Lifted of MutexKind.t | `Top Lifted ] as 'a -> 'a
val arbitrary :
unit ->
[ `Bot | `Lifted of MutexKind.t | `Top ] QCheck.arbitrary
val join : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'a
val narrow : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'a
val of_int : Z.t -> [> `Lifted of MutexKind.t | `Top ]