Parameters
Signature
module Write : sig ... endinclude sig ... end
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval show : (P.t * P.t) -> stringval pretty : unit -> (P.t * P.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (P.t * P.t) -> unitval to_yojson : (P.t * P.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (P.t * P.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval name : unit -> string