Module Event.Fired

type ('a, 'h) t =
| Aborted of 'a
| Happened of 'h
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> ('h -> Ppx_sexp_conv_lib.Sexp.t) -> ('a'h) t -> Ppx_sexp_conv_lib.Sexp.t