MutexAttrDomainMutex attribute type domain.
module MutexKind : sig ... endinclude sig ... endval hash : t -> intval show : [< `Bot | `Lifted of MutexKind.t | `Top ] -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted of MutexKind.t | `Top ] ->
unitval to_yojson : [< `Bot | `Lifted of MutexKind.t | `Top ] -> Yojson.Safe.tval relift : [< `Bot | `Lifted of MutexKind.t | `Top Lifted ] as 'a -> 'aval arbitrary :
unit ->
[ `Bot | `Lifted of MutexKind.t | `Top ] QCheck.arbitraryval join : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'aval widen : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'aval meet : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'aval narrow : [> `Bot | `Lifted of MutexKind.t | `Top ] as 'a -> 'a -> 'aval recursive_int : Z.t Goblint_parallel.DomainsafeLazy.tval of_int : Z.t -> [> `Lifted of MutexKind.t | `Top ]