Option.MakeShow
Functor for an instance of Show.SHOW over option values using pp.
Show.SHOW
pp
module S : Show.SHOW
type t = S.t t
val pp : Format.formatter -> t -> unit
pp ppf t emits t pretty-printed to ppf.
pp ppf t
t
ppf
val show : t -> string
show t pretty-prints t to a string.
show t