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

Module Deriving_num.Show_num

module Show_num : Deriving_Show.Showwith type a = Num.num

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