Printable.Option
type t = Base.t option
val hash : t -> int
include module type of struct include Std end
Default dummy definitions.
Include as the first thing to avoid these overriding actual definitions.
val pretty : unit -> t -> Pretty.doc
val show : Base.t option -> string
val printXml : 'a BatInnerIO.output -> Base.t option -> unit
val to_yojson : Base.t option -> Yojson.Safe.t