Module Pair.MakeShow

Parameters

module S1 : Show.SHOW
module S2 : Show.SHOW

Signature

type t = (S1.t, S2.t) t
val pp : Format.formatter -> t -> unit

pp ppf t emits t pretty-printed to ppf.

val show : t -> string

show t pretty-prints t to a string.