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 -> stringval show : 'a Ty.T.ty -> 'a -> stringGeneric_fun_show.show_defaultval show_ext : 'a Ty.T.ty -> string Consumer.ty_fun -> unitGeneric_fun_show.show.