Module Collected_at.Why

type t =
  1. | Bonsai_started
  2. | On_interval
  3. | Tab_hidden
  4. | Tab_shown
  5. | Page_was_closed
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string
val of_string : string -> t