Show.SHOWModule type for types with functions for pretty-printing and converting values to readable strings.
val pp : Format.formatter -> t -> unitpp ppf t emits t pretty-printed to ppf.
val show : t -> stringshow t pretty-prints t to a string.