Module Component.Next_input

type 'i t =
  1. | Finished
  2. | Input of 'i
val sexp_of_t : ('i -> Sexplib0.Sexp.t) -> 'i t -> Sexplib0.Sexp.t