Module Deriving_Show.Show_int64

module Show_int64: Show  with type a = int64

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