Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Deriving_Show.Show_unprintable

module Show_unprintable : functor (S : sig      type aend) -> 
  Showwith type a = S.a

Parameters :

S:sig type a end

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