Module type Utils.Show1

type 'a t
val pp : ( Stdlib.Format.formatter -> 'a -> unit ) -> Stdlib.Format.formatter -> 'a t -> unit
val show : ( Stdlib.Format.formatter -> 'a -> unit ) -> 'a t -> string