Parameters
Signature
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val arbitrary : unit -> 'a
val show : Base.t list -> string
val pretty : unit -> Base.t list -> Printable.Pretty.doc
val name : unit -> string
val printXml : 'a BatInnerIO.output -> Base.t list -> unit
val pretty_diff : unit -> (t * t) -> Pretty.doc