Module Timing_histograms.Kind

module Input : sig ... end
module Aggregated : sig ... end
type t =
  1. | Input of Input.t
  2. | Aggregated of Aggregated.t
val to_string : t -> string
val of_string : string -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list