Module Bonsai_extra_one_at_a_time.Response

type 'a t =
  1. | Result of 'a
  2. | Exn of Core.Exn.t
  3. | Busy
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t