Module One_off_timings.Kind

type t =
  1. | Bonsai_graph_application
  2. | Bonsai_preprocess
  3. | Bonsai_gather
  4. | Incr_app_creation
  5. | First_stabilization
  6. | Mount_initial_dom
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val to_string : t -> string
val of_string : string -> t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Core.Comparator.S with type t := t
type comparator_witness