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