Functor Deriving_Show.Show_ref

module Show_ref: 
functor (S : Show-> Show with type a = S.a ref
Parameters:
S : Show

type a 
val format : Format.formatter -> a -> unit
val format_list : Format.formatter -> a list -> unit
val show : a -> string
val show_list : a list -> string