PthreadDomain.Dinclude module type of struct include Printable.StdLeaf endval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval _ : t -> Yojson.Safe.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval show : t -> stringprinting
include sig ... endval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val any_is_bot : t -> boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc