module Generic_fun_show:sig
..end
The function Generic_fun_show.show
is extensible, the default case is generic,
but one may override the generic behaviour for specific types.
val show_default : 'a Ty.T.ty -> 'a -> string
val show : 'a Ty.T.ty -> 'a -> string
Generic_fun_show.show_default
val show_ext : 'a Ty.T.ty -> string Consumer.ty_fun -> unit
Generic_fun_show.show
.