Module Generic_fun.Show

module Show: Generic_fun_show

val show_default : 'a Ty.T.ty -> 'a -> string
Generic function
val show : 'a Ty.T.ty -> 'a -> string
An extensible function whose default behaviour is given by Generic_fun_show.show_default
val show_ext : 'a Ty.T.ty -> string Consumer.ty_fun -> unit
Add a ad-hoc case for Generic_fun_show.show.