Module Kind.Aggregated

type t =
  1. | Bonsai_stabilization_all
    (*

    Aggregates all phases of the bonsai stabilization

    *)

A Kind.Aggregated.t represents the union of some Kind.Input.ts, that we want to explcitly collect because aggregating the collected data is impractical.

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