PthreadDomain.Dinclude module type of struct include Printable.StdLeaf endval domain_to_yojson : domain -> Yojson.Safe.tval _ : domain -> Yojson.Safe.ttype t = domainval show : domain -> stringprinting
include sig ... endval pretty : unit -> domain -> Goblint_lib__Printable.Pretty.docval printXml : 'a BatInnerIO.output -> domain -> unitval to_yojson : domain -> [> `String of string ]val hash : domain -> intlet hash = Hashtbl.hash
val bot : unit -> domainval is_bot : domain -> boolval any_is_bot : domain -> boolval top : unit -> domainval is_top : domain -> bool