val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval _ : t -> Yojson.Safe.tinclude sig ... end
val pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val name : unit -> stringval any_is_bot : t -> boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc